aboutsummaryrefslogtreecommitdiff
path: root/src/api_server.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix the Sync issue. Details:Alex Auvolat2020-04-101-79/+202
| | | | | | | So the HTTP client future of Hyper is not Sync, thus the stream that read blocks wasn't either. However Hyper's default Body type requires a stream to be Sync for wrap_stream. Solution: reimplement a custom HTTP body type.
* Why is it not Sync??Alex Auvolat2020-04-091-30/+92
|
* Some progressAlex Auvolat2020-04-091-22/+47
|
* Reorganize table APIAlex Auvolat2020-04-091-12/+10
|
* Some work in actually storing thingsAlex Auvolat2020-04-081-41/+29
|
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-081-49/+187
|
* Refactor; ability to update network configAlex Auvolat2020-04-071-0/+76