-
Notifications
You must be signed in to change notification settings - Fork 49
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
Autodetecting Media Types #64
Comments
Could you open an issue please ?
On Tue, Jun 12, 2018 at 10:50 PM hc-codersatlas ***@***.***> wrote:
Hi, would it be possible to add support for jaxrs MediaType annotations
like in Jersey? This way it can automatically convert from e.g. json
(instead of manually calling sendjson and converting from object to json
string)...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/caskdata/netty-http/issues/64>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTXn5pfGthl-v_xkIxdjtl3oWz1JNklks5t8KgWgaJpZM4Ulkpc>
.
--
Nitin Motgi
"We reap what we sow. We are the makers of
our own fate. The wind is blowing; those
vessels whose sails are unfurled catch it, and
go forward on their way, but those which have
their sails furled do not catch the wind. Is that
the fault of the wind?....... We make our own
destiny.”
-- Swami Vivekananda
|
Where do I need to open the issue? It's already an open issue in Github. Is this not the right place? |
@nitinmotgi What is needed to push this on? I guess having non-void methods would be a breaking API change. |
Would implementing this be interesting for the project, @chtyim? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, would it be possible to add support for jaxrs MediaType annotations like in Jersey? This way it can automatically convert from e.g. json (instead of manually calling sendjson and converting from object to json string)...
The text was updated successfully, but these errors were encountered: