Go-Json-Rest Version 3.2.0 Release Notes
See Go-Json-Rest project on Github
What’s New in v3.2.0 ?
- New shortcut methods to create Routes more easily: Get(...), Post(...), Put(...), Delete(...). It also has the benefit to makegolinthappier. And&Route{...}remains available for any other use case.
- New Websocket example. (Thanks @wingyplus !)
- Security fix on the Jsonp Middleware. (Thanks @sebest !)
- Documentation improvements