zos_http_response_header_t Struct Reference

Holds non-basic HTTP response headers as linked-list. More...

Data Fields

struct zos_http_response_header * next
 Pointer to next header in linked-list, NULL indicates end of list.
 
char * key
 HTTP response header key.
 
char * value
 HTTP response header value.
 

Detailed Description

Holds non-basic HTTP response headers as linked-list.