aboutsummaryrefslogtreecommitdiff
path: root/src/api/k2v/item.rs
Commit message (Expand)AuthorAgeFilesLines
* add request context helperYureka2024-03-041-17/+21
* [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-051-21/+25
* [dep-upgrade-202402] prepare migration to http/hyper 1.0Alex Auvolat2024-02-051-2/+3
* Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-261-1/+2
|\
| * Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-261-1/+2
* | PollRange & PollItem: min timeout = 1 secAlex Auvolat2023-01-111-1/+1
* | Correctly return bad requests when seeh marker is invalidAlex Auvolat2023-01-111-6/+4
* | Implement PollRange API endpointAlex Auvolat2023-01-101-1/+3
* | K2V: Subscription to ranges of itemsAlex Auvolat2023-01-101-1/+1
|/
* Use status code 204 No Content for empty responsesTobias Krischer2022-10-171-1/+1
* First version of admin API (#298)Alex2022-05-241-1/+1
* First implementation of K2V (#293)Alex2022-05-101-0/+230