summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPResponse.h
Commit message (Collapse)AuthorAge
* 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.
* Allow adding headers to an HTTPRequest.Chris Wilson2009-01-04
| | | | | | | | Allow getting response headers out of HTTPResponse. Rename HTTPRequest Read and Write methods to Send and Receive, to avoid confusion with IOStream.
* 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