summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/http.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set the REQUEST_URI CGI variable to the requested URI and query stringtb2019-05-081-2/+3
* sync http.h with relaydbenno2016-08-011-1/+2
* Use "compliant" header guards by avoiding the reserved '_' namespace.reyk2015-06-111-4/+4
* More http status codes.florian2015-02-111-3/+6
* bump copyright yearreyk2015-01-131-2/+2
* SVG is common enough to add it to the default types.reyk2015-01-071-1/+2
* whitespace spotted while studying the codederaadt2014-09-291-3/+3
* Add various RFC-based WebDAV methods to the list of accepted HTTP methods.reyk2014-09-051-1/+43
* Sync with RFC 7230-7235 phrases and IANA registered status codes.doug2014-08-141-8/+48
* When opening directories, re-match the location after the index filereyk2014-08-081-1/+4
* Allocate http_host instead of carrying a buffer in the descriptor.reyk2014-08-031-2/+2
* It is recommended to use a URL in the Location header of 3xxreyk2014-07-251-3/+7
* Sync file to be identical in relayd(8) and httpd(8).reyk2014-07-131-4/+7
* Add support for media types (aka. MIME types): the types section isreyk2014-07-131-1/+19
* Add httpd(8), an attempt to turn the relayd(8) codebase into a simplereyk2014-07-121-0/+139