Releases: jerily/twebserver
Releases · jerily/twebserver
1.47.52
Features
- minor improvements and fixes
1.47.51
Features
- added functionality to abort a middleware enter proc with a response e.g. 429 too many requests
- moved experimental guard procs in EvalRoute processing with the possibility to abort with a response
- added github workflows
1.47.49
Features
- properly free req dict after the changes
1.47.48
Features
- refactor functions using request dict in the processing/routing phase
- cleanup some build warnings
1.47.47
Features
- added
-guard_proc_list
parameter to add_route
cmd
- refactored the way req_dict_ptr was passed around in router.c and conn.c
1.47.45
Features
- added
-command_name
option to create_router
cmd
1.47.43
Features
- fixed tws_AddHeader for the case we have multiple header values
1.47.42
Features
- return not found when routes do not match request
1.47.41
Features
- deal with bad response dict