Home
last modified time | relevance | path

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

/netbsd/libexec/httpd/
H A Dbozohttpd.h150 typedef struct bozo_httpreq_t { struct
151 bozohttpd_t *hr_httpd;
152 int hr_method;
161 const char *hr_methodstr;
162 char *hr_virthostname; /* server name (if not identical
165 char *hr_file; /* pointer into file buffer */
166 char *hr_oldfile; /* if we added an index_html */
167 char *hr_query;
168 char *hr_host; /* HTTP/1.1 Host: or virtual hostname,
171 char *hr_user; /* username if we hit userdir request */
[all …]