aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy/fmt cleanv0.2.6Bryan Newbold2021-03-291-2/+1
* have Via header prefixed with 'HTTP/1.1', not '1.1'Bryan Newbold2021-03-291-1/+1
* rustfmtBryan Newbold2020-10-181-9/+8
* improve error handling/responses/loggingBryan Newbold2020-08-261-10/+22
* refactor errors; fix header names; fmtBryan Newbold2020-08-261-12/+12
* CORS headersBryan Newbold2020-08-261-3/+21
* add --version flagBryan Newbold2020-08-251-0/+6
* rename 'allow_all...' to 'unsafe_all...'Bryan Newbold2020-08-251-4/+4
* declutter top-level files into extra/Bryan Newbold2020-08-251-1/+1
* make default log-level 'info'Bryan Newbold2020-08-251-3/+5
* bundle an example config file in the executableBryan Newbold2020-08-251-0/+4
* use log/env_logger for loggingBryan Newbold2020-08-251-5/+9
* fmtBryan Newbold2020-08-251-22/+16
* return JSON error bodyBryan Newbold2020-08-251-2/+3
* progress: query param parsing, small renamingsBryan Newbold2020-08-251-2/+2
* more progress on parsing/validatingBryan Newbold2020-08-241-6/+12
* validation progressBryan Newbold2020-08-241-13/+17
* config parsing; pass config object through to endpoint functionBryan Newbold2020-08-241-9/+64
* copy example skeleton from rust async bookBryan Newbold2020-08-171-0/+47