Searched defs:HttpHead (Results 1 – 1 of 1) sorted by relevance
11 typedef struct HttpHead HttpHead; typedef158 struct HttpHead struct160 int closeit; /* http1.1 close connection after this request? */161 uchar persist; /* http/1.1 requests a persistent connection */163 uchar expectcont; /* expect a 100-continue */164 uchar expectother; /* expect anything else; should reject with ExpectFail */165 ulong contlen; /* if != ~0UL, length of included message body */166 HFields *transenc; /* if present, encoding of included message body */167 char *client;168 char *host;[all …]