summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPResponse.cpp
Commit message (Collapse)AuthorAge
* Improve exception messages when reading an HTTPResponseChris Wilson2015-08-29
|
* Whitespace, import order and comment fixesChris Wilson2015-08-29
|
* Whitespace, layout and comment cleanups.Chris Wilson2015-08-15
|
* Add support for sending an HTTP/1.0 100 Continue response during Chris Wilson2009-01-05
| | | | | | processing of a request by HTTPServer, by keeping a pointer to the socket object.
* Add HTTP status code 400, method not allowed.Chris Wilson2009-01-04
| | | | | | Fix calculation of remaining content size when some bytes were buffered by the IOStreamGetLine.
* Add ability to send an HTTPRequest to a socket and to parse an Chris Wilson2009-01-03
| | | | | HTTPResponse from a socket, to create a simple HTTP client.
* Copy HTTP server into Box, for use with S3 testing.Chris Wilson2009-01-03