|
343 | 343 | <div class="line"><a id="l01049" name="l01049"></a><span class="lineno"> 1049</span> </div> |
344 | 344 | <div class="line"><a id="l01050" name="l01050"></a><span class="lineno"> 1050</span><span class="preprocessor">#endif </span><span class="comment">/* ifndef CORE_HTTP_CLIENT_H_ */</span><span class="preprocessor"></span></div> |
345 | 345 | <div class="ttc" id="acore__http__client_8h_html_a451c30912fcdf48c71f9144788250916"><div class="ttname"><a href="core__http__client_8h.html#a451c30912fcdf48c71f9144788250916">HTTPClient_AddHeader</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_AddHeader(HTTPRequestHeaders_t *pRequestHeaders, const char *pField, size_t fieldLen, const char *pValue, size_t valueLen)</div><div class="ttdoc">Add a header to the request headers stored in HTTPRequestHeaders_t.pBuffer.</div><div class="ttdef"><b>Definition:</b> core_http_client.c:1695</div></div> |
346 | | -<div class="ttc" id="acore__http__client_8h_html_aa33b3334128496487d820f0da7ae5601"><div class="ttname"><a href="core__http__client_8h.html#aa33b3334128496487d820f0da7ae5601">HTTPClient_Send</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_Send(const TransportInterface_t *pTransport, HTTPRequestHeaders_t *pRequestHeaders, const uint8_t *pRequestBodyBuf, size_t reqBodyBufLen, HTTPResponse_t *pResponse, uint32_t sendFlags)</div><div class="ttdoc">Send the request headers in HTTPRequestHeaders_t.pBuffer and request body in pRequestBodyBuf over the...</div><div class="ttdef"><b>Definition:</b> core_http_client.c:2220</div></div> |
| 346 | +<div class="ttc" id="acore__http__client_8h_html_aa33b3334128496487d820f0da7ae5601"><div class="ttname"><a href="core__http__client_8h.html#aa33b3334128496487d820f0da7ae5601">HTTPClient_Send</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_Send(const TransportInterface_t *pTransport, HTTPRequestHeaders_t *pRequestHeaders, const uint8_t *pRequestBodyBuf, size_t reqBodyBufLen, HTTPResponse_t *pResponse, uint32_t sendFlags)</div><div class="ttdoc">Send the request headers in HTTPRequestHeaders_t.pBuffer and request body in pRequestBodyBuf over the...</div><div class="ttdef"><b>Definition:</b> core_http_client.c:2219</div></div> |
347 | 347 | <div class="ttc" id="acore__http__client_8h_html_ab523c4d4e3b756928d463bd864361a9c"><div class="ttname"><a href="core__http__client_8h.html#ab523c4d4e3b756928d463bd864361a9c">HTTPClient_InitializeRequestHeaders</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_InitializeRequestHeaders(HTTPRequestHeaders_t *pRequestHeaders, const HTTPRequestInfo_t *pRequestInfo)</div><div class="ttdoc">Initialize the request headers, stored in HTTPRequestHeaders_t.pBuffer, with initial configurations f...</div><div class="ttdef"><b>Definition:</b> core_http_client.c:1595</div></div> |
348 | | -<div class="ttc" id="acore__http__client_8h_html_abe7bfa9af16125ebf1af6f45c099dfc7"><div class="ttname"><a href="core__http__client_8h.html#abe7bfa9af16125ebf1af6f45c099dfc7">HTTPClient_ReceiveAndParseHttpResponse</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_ReceiveAndParseHttpResponse(const TransportInterface_t *pTransport, HTTPResponse_t *pResponse, const HTTPRequestHeaders_t *pRequestHeaders)</div><div class="ttdoc">Receive the HTTP response from the network and parse it.</div><div class="ttdef"><b>Definition:</b> core_http_client.c:2043</div></div> |
| 348 | +<div class="ttc" id="acore__http__client_8h_html_abe7bfa9af16125ebf1af6f45c099dfc7"><div class="ttname"><a href="core__http__client_8h.html#abe7bfa9af16125ebf1af6f45c099dfc7">HTTPClient_ReceiveAndParseHttpResponse</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_ReceiveAndParseHttpResponse(const TransportInterface_t *pTransport, HTTPResponse_t *pResponse, const HTTPRequestHeaders_t *pRequestHeaders)</div><div class="ttdoc">Receive the HTTP response from the network and parse it.</div><div class="ttdef"><b>Definition:</b> core_http_client.c:2042</div></div> |
349 | 349 | <div class="ttc" id="acore__http__client_8h_html_ac2e18f2e1c8ad16e78754368663e77ed"><div class="ttname"><a href="core__http__client_8h.html#ac2e18f2e1c8ad16e78754368663e77ed">HTTPClient_SendHttpHeaders</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_SendHttpHeaders(const TransportInterface_t *pTransport, HTTPClient_GetCurrentTimeFunc_t getTimestampMs, HTTPRequestHeaders_t *pRequestHeaders, size_t reqBodyLen, uint32_t sendFlags)</div><div class="ttdoc">Send the request headers in pRequestHeaders over the transport.</div><div class="ttdef"><b>Definition:</b> core_http_client.c:1932</div></div> |
350 | | -<div class="ttc" id="acore__http__client_8h_html_ac621a0756f290f1437e2c72a24e5b0f9"><div class="ttname"><a href="core__http__client_8h.html#ac621a0756f290f1437e2c72a24e5b0f9">HTTPClient_ReadHeader</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_ReadHeader(const HTTPResponse_t *pResponse, const char *pField, size_t fieldLen, const char **pValueLoc, size_t *pValueLen)</div><div class="ttdoc">Read a header from a buffer containing a complete HTTP response. This will return the location of the...</div><div class="ttdef"><b>Definition:</b> core_http_client.c:2569</div></div> |
351 | | -<div class="ttc" id="acore__http__client_8h_html_ad788a8a103a20384f0ec537d6ca7d38f"><div class="ttname"><a href="core__http__client_8h.html#ad788a8a103a20384f0ec537d6ca7d38f">HTTPClient_strerror</a></div><div class="ttdeci">const char * HTTPClient_strerror(HTTPStatus_t status)</div><div class="ttdoc">Error code to string conversion utility for HTTP Client library.</div><div class="ttdef"><b>Definition:</b> core_http_client.c:2634</div></div> |
| 350 | +<div class="ttc" id="acore__http__client_8h_html_ac621a0756f290f1437e2c72a24e5b0f9"><div class="ttname"><a href="core__http__client_8h.html#ac621a0756f290f1437e2c72a24e5b0f9">HTTPClient_ReadHeader</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_ReadHeader(const HTTPResponse_t *pResponse, const char *pField, size_t fieldLen, const char **pValueLoc, size_t *pValueLen)</div><div class="ttdoc">Read a header from a buffer containing a complete HTTP response. This will return the location of the...</div><div class="ttdef"><b>Definition:</b> core_http_client.c:2568</div></div> |
| 351 | +<div class="ttc" id="acore__http__client_8h_html_ad788a8a103a20384f0ec537d6ca7d38f"><div class="ttname"><a href="core__http__client_8h.html#ad788a8a103a20384f0ec537d6ca7d38f">HTTPClient_strerror</a></div><div class="ttdeci">const char * HTTPClient_strerror(HTTPStatus_t status)</div><div class="ttdoc">Error code to string conversion utility for HTTP Client library.</div><div class="ttdef"><b>Definition:</b> core_http_client.c:2633</div></div> |
352 | 352 | <div class="ttc" id="acore__http__client_8h_html_af482c62724018d1d4ebf4de4745c492c"><div class="ttname"><a href="core__http__client_8h.html#af482c62724018d1d4ebf4de4745c492c">HTTPClient_SendHttpData</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_SendHttpData(const TransportInterface_t *pTransport, HTTPClient_GetCurrentTimeFunc_t getTimestampMs, const uint8_t *pData, size_t dataLen)</div><div class="ttdoc">Send the request body in pRequestBodyBuf over the transport.</div><div class="ttdef"><b>Definition:</b> core_http_client.c:1820</div></div> |
353 | 353 | <div class="ttc" id="acore__http__client_8h_html_af91c4a57452556db2be926743aa02b81"><div class="ttname"><a href="core__http__client_8h.html#af91c4a57452556db2be926743aa02b81">HTTPClient_AddRangeHeader</a></div><div class="ttdeci">HTTPStatus_t HTTPClient_AddRangeHeader(HTTPRequestHeaders_t *pRequestHeaders, int32_t rangeStartOrlastNbytes, int32_t rangeEnd)</div><div class="ttdoc">Add the byte range request header to the request headers store in HTTPRequestHeaders_t....</div><div class="ttdef"><b>Definition:</b> core_http_client.c:1755</div></div> |
354 | 354 | <div class="ttc" id="acore__http__config__defaults_8h_html"><div class="ttname"><a href="core__http__config__defaults_8h.html">core_http_config_defaults.h</a></div><div class="ttdoc">The default values for the configuration macros for the HTTP Client library.</div></div> |
|
0 commit comments