Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@UncannyBingo UncannyBingo released this 08 Aug 20:58
· 263 commits to main since this release

Added support for receiving JSON data in the request body for POST requests. It can be accessed, if available, through params['json_data'] in your request handlers.