You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generate a single method handler.
So, during the generation, we can't distinguish if we are producing json or text. By generating multiple methods we can introduce
media-type awareness in the generated bytecode to automatically handle the types. For example we can map objects to json or text automatically.
The text was updated successfully, but these errors were encountered:
Description
At the moment, if you have the following route:
We generate a single method handler.
So, during the generation, we can't distinguish if we are producing json or text. By generating multiple methods we can introduce
media-type awareness in the generated bytecode to automatically handle the types. For example we can map objects to json or text automatically.
The text was updated successfully, but these errors were encountered: