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
As a developer of a web service, I would like to change minor things of my response (such as the status code) without the need of changing my return type to IResponseBuilder so that my code stays cleaner and easier to read and maintain.
As a developer of a web service, I would like to change minor things of my response (such as the status code) without the need of changing my return type to
IResponseBuilder
so that my code stays cleaner and easier to read and maintain.Example
Acceptance criteria
MethodHandler
is used (such as controllers or inline handlers)The text was updated successfully, but these errors were encountered: