index
:
chttp
main
A really simple http server in c
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http.c
Age
Commit message (
Expand
)
Author
2025-03-22
Reorganize the lib
spl3g
2025-03-22
Replace const strings with char* in http_handle_path
spl3g
2025-03-22
Add http_ to everything
spl3g
2025-03-22
Add internal server error and not found handlers
spl3g
2025-03-22
Set the req.ctx after filling it with global_ctx
spl3g
2025-03-22
Simplify the check_handler function
spl3g
2025-03-22
Fix the response not fully being sent
spl3g
2025-03-22
Improve the middleware api
spl3g
2025-03-22
Add global middleware support
spl3g
2025-03-22
Update the api and add middleware support
spl3g
2025-03-19
Oops
spl3g
2025-03-19
Add http_log function
spl3g
2025-03-19
make const string actually const
spl3g
2025-03-18
Move listen address printing to the listening function
spl3g
2025-03-18
Add path parameters support
spl3g
2025-03-18
Improve the headers interface
spl3g
2025-03-18
Add request context
spl3g
2025-03-16
Add query processing and parse error handling
spl3g
2025-03-16
Replace push macro with da_append from tsoding
spl3g
2025-03-11
Move everything to the lib folder
spl3g