summaryrefslogtreecommitdiff
path: root/lib/httpserver/S3Client.cpp
Commit message (Collapse)AuthorAge
* Whitespace, import order and comment fixesChris Wilson2015-08-29
|
* Add configurable timeouts and HEAD request support to S3 client.Chris Wilson2015-08-15
| | | | Allow getting the Content-Length of an HTTPResponse object.
* Add a method on S3Client to check HTTPResponse for errors.Chris Wilson2015-07-31
| | | | Throws a suitable exception if the response status code is not 200 OK.
* Fix S3Client handling of "Connection: close" responses.Chris Wilson2015-07-31
| | | | | We can't continue to use the same connection after receiving such a response, so close it immediately.
* Move S3Client class into its own files for public access.Chris Wilson2009-01-09