Home
last modified time | relevance | path

Searched defs:Curl_header_store (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dheaders.h30 struct Curl_header_store { struct
31 struct Curl_llist_node node;
32 char *name; /* points into 'buffer' */
33 char *value; /* points into 'buffer */
34 int request; /* 0 is the first request, then 1.. 2.. */
35 unsigned char type; /* CURLH_* defines */
36 char buffer[1]; /* this is the raw header blob */

Completed in 3 milliseconds