HTTP client response structure.
Public Attributes#
uint32_t
Request status.
uint8_t *
Response data.
uint16_t
Length of received data.
uint32_t
End of data indication.
uint16_t
HTTP server response (917 does not support this feature for SL_HTTP_PUT).
uint8_t
917 does not support this feature in current release.
917 does not support this feature in current release.
Public Attribute Documentation#
http_response_code#
uint16_t sl_http_client_response_t::http_response_code
HTTP server response (917 does not support this feature for SL_HTTP_PUT).
version#
uint8_t sl_http_client_response_t::version
917 does not support this feature in current release.
response_headers#
sl_http_client_header_t* sl_http_client_response_t::response_headers
917 does not support this feature in current release.