aboutsummaryrefslogtreecommitdiff
path: root/src/api/helpers.rs
Commit message (Expand)AuthorAgeFilesLines
* add request context helperYureka2024-03-041-0/+14
* [dep-upgrade-202402] refactor use of BodyStreamAlex Auvolat2024-02-071-1/+22
* [dep-upgrade-202402] slightly more explicit error managementAlex Auvolat2024-02-071-2/+4
* [dep-upgrade-202402] rename BytesBody into ErrorBody for clarityAlex Auvolat2024-02-071-3/+3
* [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-051-5/+19
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-4/+23
* [dep-upgrade-202402] prepare migration to http/hyper 1.0Alex Auvolat2024-02-051-2/+2
* admin and cli: hide secret keys unless askedAlex Auvolat2023-06-141-0/+4
* Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-typeAlex Auvolat2022-05-251-1/+9
* First version of admin API (#298)Alex2022-05-241-32/+21
* First implementation of K2V (#293)Alex2022-05-101-1/+187
* add proper request router for s3 api (#163)trinity-1686a2021-12-061-1/+1
* update doc and commentsTrinity Pointard2021-11-161-3/+3
* add support for vhost-style s3 bucketTrinity Pointard2021-11-161-0/+114