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
Users should be able to provide a set of global response headers from the Api module. The module should implement a behaviour that returns response headers that are merged with any headers coming from the return value of a function.
The text was updated successfully, but these errors were encountered:
The current solution of automatically adding {"Content-Type": "application/json"} to all responses should be moved to the default implementation of this behaviour.
Users should be able to provide a set of global response headers from the Api module. The module should implement a behaviour that returns response headers that are merged with any headers coming from the return value of a function.
The text was updated successfully, but these errors were encountered: