Releases: knijn/webify
Releases · knijn/webify
Release 1.3.1
Release 1.3.0
New in this release
- All HTTP methods are available
- Fixed an issue that could cause get and post requests to get mixed up
- Code simplifications
Release 1.2.0
New in this release
- You can now return responses with return "string", webify will send the response back to the client
Release 1.1.0
Changes
- Added req.args, returns a table with all the arguments inside of the url
- Added req.json, returns the json of the body (or nil if there is no parsable json)
- Added req.body, returns the body if there is any
- Added a json parsing example
Release 1.0.1
What's new in this release
- Fix middleware from not inserting correctly
Release 1.0.0
New in this release
- get handlers
- post handlers