Home
last modified time | relevance | path

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

/plan9/sys/include/
H A Dhttpd.h11 typedef struct HttpHead HttpHead; typedef
158 struct HttpHead struct
160 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 …]