Searched defs:curl_header (Results 1 – 1 of 1) sorted by relevance
31 struct curl_header { struct32 char *name; /* this might not use the same case */33 char *value;34 size_t amount; /* number of headers using this name */35 size_t index; /* ... of this instance, 0 or higher */36 unsigned int origin; /* see bits below */37 void *anchor; /* handle privately used by libcurl */
Completed in 3 milliseconds