Searched defs:httpread (Results 1 – 1 of 1) sorted by relevance
50 struct httpread { struct53 void (*cb)(struct httpread *handle, void *cookie, argument65 enum httpread_hdr_type hdr_type; argument66 int version; /* 1 if we've seen 1.1 */71 char *uri;74 char *body;75 int body_nbytes;76 int body_alloc_nbytes; /* amount allocated */78 int got_file; /* here when we are done */85 enum trailer_state {[all …]