summaryrefslogtreecommitdiff
path: root/src/http_server.rs
Commit message (Collapse)AuthorAge
* tokio http-server changesYves Fischer2018-11-26
| | | | | - close connection after first request - reserve bytes when writing response
* Improve readabilityYves Fischer2018-11-26
| | | | | - Move tokio runtime to main - Use structopt instead of getopt for option parsing
* Proof of concept with totpYves Fischer2018-11-26