Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for @RequestBody annotation in webscript #148

Closed
stanmine opened this issue Oct 3, 2017 · 1 comment
Closed

Add support for @RequestBody annotation in webscript #148

stanmine opened this issue Oct 3, 2017 · 1 comment
Milestone

Comments

@stanmine
Copy link
Contributor

stanmine commented Oct 3, 2017

When a parameter in a webscript is annotated with the @RequestBody annotation. The content of its body should be automatically deserialized to the Object that is annotated. The deserializer that is needed to create the object should be determined by the 'Content-Type' header from the request.

@stanmine stanmine added this to the 1.7.0 milestone Oct 3, 2017
@stanmine
Copy link
Contributor Author

stanmine commented Oct 3, 2017

This issue is fixed in #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant