aboutsummaryrefslogtreecommitdiff
path: root/src/routes
Commit message (Expand)AuthorAgeFilesLines
* UpdateKevin J Hoerr2024-11-014-58/+61
* Adopt Rust 2018 edition with idiomatic changesKevin J Hoerr2019-12-214-7/+7
* Move FormatMsg to routes and add unit testsKevin J Hoerr2019-11-042-5/+131
* Test routed message typesKevin J Hoerr2019-10-311-6/+27
* Replace Json handler with handler for status codesKevin J Hoerr2019-10-303-8/+11
* Refactor routes and scope into routes moduleKevin J Hoerr2019-10-303-104/+180
* Refactor messages module to be separate from routes and easily referencableKevin J Hoerr2019-10-304-141/+1
* Split messages into separate module; add unit tests for each message typeKevin J Hoerr2019-10-295-45/+139
* Add unit tests for routesKevin J Hoerr2019-10-261-0/+159
* Upgrade actix-web and other dependencies; Update version to 0.2.1Kevin J Hoerr2019-07-221-7/+5
* Implement NotUnderstood message; Wrap messages with OutgoingMsgKevin J Hoerr2018-08-312-11/+49
* Fix no newline at end of files for whole repositoryKevin J Hoerr2018-08-312-2/+2
* Clean up existing codeKevin J Hoerr2018-08-312-5/+7
* Replace error_chain with failure; return JSON object for callback apiKevin J Hoerr2018-08-312-0/+45