aboutsummaryrefslogtreecommitdiff
path: root/main.ha (unfollow)
Commit message (Expand)AuthorFilesLines
22 hoursHandle all errors from handlereqRunxi Yu1-1/+1
23 hoursSplit the request handler to req.haRunxi Yu1-10/+0
23 hoursUse strings::freeall directly instead of wrapping itRunxi Yu1-1/+1
33 hoursHandle all errors from http::serveRunxi Yu1-1/+3
33 hoursSeparate paths into segmentsRunxi Yu1-2/+5
41 hoursRemove extra spaceRunxi Yu1-1/+1
3 daysCatch all error types while listeningRunxi Yu1-1/+1
3 daysAccept --config not --addressRunxi Yu1-10/+3
3 daysSet reuseport and reuseaddrRunxi Yu1-3/+4
3 daysAdd basic template renderingRunxi Yu1-3/+1
3 daysBegin to use hare-htmplRunxi Yu1-6/+8
3 daysUse for each loopsRunxi Yu1-2/+1
3 daysFix inconsistent capitalization in the error messageRunxi Yu1-1/+1
3 daysAdd a basic HTTP serverRunxi Yu1-0/+72