aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_http_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Properly set thread counts in asio TLS serversJack Lloyd2018-05-091-3/+21
| | | | X || Y || 2 always evaluates to 1...
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-1/+1
| | | | Fixes #1422
* Print a command description for cli helpRené Korthaus2018-01-041-0/+10
|
* Add tls_http_server cmd utilJack Lloyd2017-11-261-0/+543
It parses just enough of an HTTP message that it can be used to test against a browser, or tlsfuzzer.