aboutsummaryrefslogtreecommitdiff
path: root/main.ha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Close the static_fsRunxi Yu2025-03-161-0/+1
* Serve static filesRunxi Yu2025-03-151-0/+5
* Use abort("unreachable") instead of a random commentRunxi Yu2025-03-151-1/+1
* Handle all errors from handlereqRunxi Yu2025-03-151-1/+1
* Split the request handler to req.haRunxi Yu2025-03-151-10/+0
* Use strings::freeall directly instead of wrapping itRunxi Yu2025-03-151-1/+1
* Handle all errors from http::serveRunxi Yu2025-03-151-1/+3
* Separate paths into segmentsRunxi Yu2025-03-151-2/+5
* Remove extra spaceRunxi Yu2025-03-141-1/+1
* Catch all error types while listeningRunxi Yu2025-03-131-1/+1
* Accept --config not --addressRunxi Yu2025-03-131-10/+3
* Set reuseport and reuseaddrRunxi Yu2025-03-131-3/+4
* Add basic template renderingRunxi Yu2025-03-131-3/+1
* Begin to use hare-htmplRunxi Yu2025-03-131-6/+8
* Use for each loopsRunxi Yu2025-03-131-2/+1
* Fix inconsistent capitalization in the error messageRunxi Yu2025-03-131-1/+1
* Add a basic HTTP serverRunxi Yu2025-03-131-0/+72