Home
last modified time | relevance | path

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

/curl/include/curl/
H A Dheader.h31 struct curl_header { struct
32 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 8 milliseconds