aboutsummaryrefslogtreecommitdiff
path: root/src/api/http_util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-071-88/+0
| | | | Simplifies code and makes it possible to publish on crates.io
* Slightly improved S3 compatibilityAlex Auvolat2020-05-011-0/+4
| | | | | | | | - ListBucket does not require any of the parameters (delimiter, prefix, max-keys, etc) - URLs are properly percent_decoded - PutObject and DeleteObject calls now answer correctly (empty body, version id in the x-amz-version-id: header)
* Work on APIAlex Auvolat2020-04-281-6/+0
|
* Implement multipart uploadsAlex Auvolat2020-04-261-0/+8
|
* Split code for modular compilationAlex Auvolat2020-04-241-1/+1
|
* Reorganize codeAlex Auvolat2020-04-231-0/+82