aboutsummaryrefslogtreecommitdiff
path: root/main.ha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle all errors from handlereqRunxi Yu22 hours1-1/+1
|
* Split the request handler to req.haRunxi Yu23 hours1-10/+0
|
* Use strings::freeall directly instead of wrapping itRunxi Yu23 hours1-1/+1
|
* Handle all errors from http::serveRunxi Yu33 hours1-1/+3
|
* Separate paths into segmentsRunxi Yu33 hours1-2/+5
|
* Remove extra spaceRunxi Yu41 hours1-1/+1
|
* Catch all error types while listeningRunxi Yu3 days1-1/+1
|
* Accept --config not --addressRunxi Yu3 days1-10/+3
|
* Set reuseport and reuseaddrRunxi Yu3 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