You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="ttc" id="acore__http__client_8c_html_af91c4a57452556db2be926743aa02b81"><divclass="ttname"><ahref="core__http__client_8c.html#af91c4a57452556db2be926743aa02b81">HTTPClient_AddRangeHeader</a></div><divclass="ttdeci">HTTPStatus_t HTTPClient_AddRangeHeader(HTTPRequestHeaders_t *pRequestHeaders, int32_t rangeStartOrlastNbytes, int32_t rangeEnd)</div><divclass="ttdoc">Add the byte range request header to the request headers store in HTTPRequestHeaders_t....</div><divclass="ttdef"><b>Definition:</b> core_http_client.c:1749</div></div>
1838
+
<divclass="ttc" id="acore__http__client_8c_html_af91c4a57452556db2be926743aa02b81"><divclass="ttname"><ahref="core__http__client_8c.html#af91c4a57452556db2be926743aa02b81">HTTPClient_AddRangeHeader</a></div><divclass="ttdeci">HTTPStatus_t HTTPClient_AddRangeHeader(HTTPRequestHeaders_t *pRequestHeaders, int32_t rangeStartOrlastNbytes, int32_t rangeEnd)</div><divclass="ttdoc">Add the byte range request header to the request headers store in HTTPRequestHeaders_t....</div><divclass="ttdef"><b>Definition:</b> core_http_client.c:1755</div></div>
1839
1839
</div><!-- fragment --></li>
1840
1840
<li>Request for the last N bytes, represented by <code>rangeStartOrlastNbytes</code>. <code>rangeStartOrlastNbytes</code> should be negative and <code>rangeEnd</code> should be <aclass="el" href="group__http__constants.html#ga4719dc6fd6e1b92739e1c3a88efa7046" title="Flag that represents End of File byte in the range specification of a Range Request....">HTTP_RANGE_REQUEST_END_OF_FILE</a>. Example request header line: <code>Range: bytes=-512\r\n</code> for requesting the last 512 bytes (or bytes in the range [512, 1023] for a 1KB sized file).<br/>
<divclass="line"><spanclass="comment">// Handle a response Status-Code of 200 OK.</span></div>
2162
2162
<divclass="line"> }</div>
2163
2163
<divclass="line">}</div>
2164
-
<divclass="ttc" id="acore__http__client_8c_html_aa33b3334128496487d820f0da7ae5601"><divclass="ttname"><ahref="core__http__client_8c.html#aa33b3334128496487d820f0da7ae5601">HTTPClient_Send</a></div><divclass="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><divclass="ttdoc">Send the request headers in HTTPRequestHeaders_t.pBuffer and request body in pRequestBodyBuf over the...</div><divclass="ttdef"><b>Definition:</b> core_http_client.c:2214</div></div>
2164
+
<divclass="ttc" id="acore__http__client_8c_html_aa33b3334128496487d820f0da7ae5601"><divclass="ttname"><ahref="core__http__client_8c.html#aa33b3334128496487d820f0da7ae5601">HTTPClient_Send</a></div><divclass="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><divclass="ttdoc">Send the request headers in HTTPRequestHeaders_t.pBuffer and request body in pRequestBodyBuf over the...</div><divclass="ttdef"><b>Definition:</b> core_http_client.c:2220</div></div>
2165
2165
<divclass="ttc" id="astruct_h_t_t_p_response__t_html"><divclass="ttname"><ahref="struct_h_t_t_p_response__t.html">HTTPResponse_t</a></div><divclass="ttdoc">Represents an HTTP response.</div><divclass="ttdef"><b>Definition:</b> core_http_client.h:480</div></div>
2166
2166
<divclass="ttc" id="astruct_transport_interface__t_html"><divclass="ttname"><ahref="struct_transport_interface__t.html">TransportInterface_t</a></div><divclass="ttdoc">The transport layer interface.</div><divclass="ttdef"><b>Definition:</b> transport_interface.h:303</div></div>
<divclass="ttc" id="acore__http__client_8c_html_ac621a0756f290f1437e2c72a24e5b0f9"><divclass="ttname"><ahref="core__http__client_8c.html#ac621a0756f290f1437e2c72a24e5b0f9">HTTPClient_ReadHeader</a></div><divclass="ttdeci">HTTPStatus_t HTTPClient_ReadHeader(const HTTPResponse_t *pResponse, const char *pField, size_t fieldLen, const char **pValueLoc, size_t *pValueLen)</div><divclass="ttdoc">Read a header from a buffer containing a complete HTTP response. This will return the location of the...</div><divclass="ttdef"><b>Definition:</b> core_http_client.c:2558</div></div>
2252
+
<divclass="ttc" id="acore__http__client_8c_html_ac621a0756f290f1437e2c72a24e5b0f9"><divclass="ttname"><ahref="core__http__client_8c.html#ac621a0756f290f1437e2c72a24e5b0f9">HTTPClient_ReadHeader</a></div><divclass="ttdeci">HTTPStatus_t HTTPClient_ReadHeader(const HTTPResponse_t *pResponse, const char *pField, size_t fieldLen, const char **pValueLoc, size_t *pValueLen)</div><divclass="ttdoc">Read a header from a buffer containing a complete HTTP response. This will return the location of the...</div><divclass="ttdef"><b>Definition:</b> core_http_client.c:2569</div></div>
0 commit comments