This repository was archived by the owner on Nov 18, 2019. It is now read-only.
Quick update to the v0.3 release fixing some issues with the initial version.
Fixes
- Fixed the generated
Responderimpl to actually generate MessagePack responses when the
msgpackfeature is enabled, and to not generate JSON responses when thejsonfeature is
disabled. (#1) - Fixed the generated
Responderimpl to check theAcceptheader to determine what format
to use for the response body. (#1)