zos_http_response_config_t Struct Reference

Configuration of the HTTP response. More...

Data Fields

uint32_t timeout
 Maximum time in milliseconds to wait for the HTTP response.
 
zos_http_response_flags_t flags
 Flags to configure how response is processed, zos_http_response_flags_t.
 
uint32_t max_size
 The maximum response headers size. More...
 
uint8_t * buffer
 Buffer to hold response headers, leave NULL to automatically allocate buffer of 'max_size' bytes.
 

Detailed Description

Configuration of the HTTP response.

Field Documentation

uint32_t zos_http_response_config_t::max_size

The maximum response headers size.

Note
This is only the response headers, NOT the response body