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

Fix TypedValues <-> HTTP Content-Type mapping #54

Closed
erwinvaneyk opened this issue Sep 24, 2017 · 1 comment
Closed

Fix TypedValues <-> HTTP Content-Type mapping #54

erwinvaneyk opened this issue Sep 24, 2017 · 1 comment

Comments

@erwinvaneyk
Copy link
Member

Currently the values are mapped to and from HTTP requests/responses using the content-type header implicitly. Although it currently works out okay for the current use cases, it might not work for things like binary data. Improvement are needed to have a more explicit mapping between typedvalues and http requests/responses.

@erwinvaneyk
Copy link
Member Author

Fixed in #218

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