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#

status#

uint32_t sl_http_client_response_t::status

Request status.


Definition at line 170 of file components/service/http_client/inc/sl_http_client.h

data_buffer#

uint8_t* sl_http_client_response_t::data_buffer

Response data.


Definition at line 171 of file components/service/http_client/inc/sl_http_client.h

data_length#

uint16_t sl_http_client_response_t::data_length

Length of received data.


Definition at line 172 of file components/service/http_client/inc/sl_http_client.h

end_of_data#

uint32_t sl_http_client_response_t::end_of_data

End of data indication.


Definition at line 173 of file components/service/http_client/inc/sl_http_client.h

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).


Definition at line 174 of file components/service/http_client/inc/sl_http_client.h

version#

uint8_t sl_http_client_response_t::version

917 does not support this feature in current release.


Definition at line 175 of file components/service/http_client/inc/sl_http_client.h

response_headers#

sl_http_client_header_t* sl_http_client_response_t::response_headers

917 does not support this feature in current release.


Definition at line 176 of file components/service/http_client/inc/sl_http_client.h