8000 Releases · janwytze/gadgeto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: janwytze/gadgeto

v0.12.0

14 Feb 13:31
2abd963
Compare
Choose a tag to compare
Allow configuring the bind/render hooks and media type per route

Being able to configure the bind and render hooks and the media types
per route is convenient in order to be able to easily manage API which
work with various types of data.

I introduced two variables for the media types (request and response)
in order to be able to make the distinction in Fizz between the
requests and responses media types.
0