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 */67 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */68 int got_content_length; /* true if we know content length for sure */69 int content_length; /* body length, iff got_content_length */70 int chunked; /* nonzero for chunked data */71 char *uri;73 int got_body; /* nonzero when body is finalized */[all …]