aboutsummaryrefslogtreecommitdiff
path: root/main.ha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle all errors from handlereqRunxi Yu15 hours1-1/+1
* Split the request handler to req.haRunxi Yu16 hours1-10/+0
* Use strings::freeall directly instead of wrapping itRunxi Yu16 hours1-1/+1
* Handle all errors from http::serveRunxi Yu27 hours1-1/+3
* Separate paths into segmentsRunxi Yu27 hours1-2/+5
* Remove extra spaceRunxi Yu35 hours1-1/+1
* Catch all error types while listeningRunxi Yu2 days1-1/+1
* Accept --config not --addressRunxi Yu2 days1-10/+3
* Set reuseport and reuseaddrRunxi Yu2 days1-3/+4
* Add basic template renderingRunxi Yu3 days1-3/+1
* Begin to use hare-htmplRunxi Yu3 days1-6/+8
* Use for each loopsRunxi Yu3 days1-2/+1
* Fix inconsistent capitalization in the error messageRunxi Yu3 days1-1/+1
* Add a basic HTTP serverRunxi Yu3 days1-0/+72