aboutsummaryrefslogtreecommitdiff
path: root/src/api/generic_server.rs
Commit message (Expand)AuthorAgeFilesLines
* [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402Alex Auvolat2024-02-081-36/+52
* [dep-upgrade-202402] slightly more explicit error managementAlex Auvolat2024-02-071-1/+3
* [dep-upgrade-202402] rename BytesBody into ErrorBody for clarityAlex Auvolat2024-02-071-2/+2
* [dep-upgrade-202402] refactor http listener codeAlex Auvolat2024-02-071-44/+111
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-50/+63
* api: allow custom unix bind mode and use 0o220 for admin servernetworkException2023-10-031-1/+5
* everywhere: support unix sockets when binding in various placesnetworkException2023-09-291-9/+47
* *: apply clippy recommendations.Jonathan Davies2023-05-091-1/+1
* api/generic_server.rs: Use new handle_forwarded_for_headers() function.Jonathan Davies2023-03-061-9/+4
* generic_server.rs: Added support for logging X-Forwarded-For header.Jonathan Davies2023-02-041-1/+20
* Fix span name for api server requestsAlex Auvolat2022-09-261-1/+5
* Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-typeAlex Auvolat2022-05-251-3/+1
* First version of admin API (#298)Alex2022-05-241-7/+14
* First implementation of K2V (#293)Alex2022-05-101-0/+202