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
I would suggest to let the ResponseFactory and the StreamFactory be injected in the constructor and use the factories for creating the response by adding a helper method createResponse()
The text was updated successfully, but these errors were encountered:
calien666
changed the title
I would suggest to let the ResponseFactory and the StreamFactory be injected in the constructor and use the factories for creating the response by adding a helper method createResponse()
[TASK] refactor Controller using ResponseFactory as DI injected
Feb 8, 2024
From #35 mentioned by @sbuerk:
I would suggest to let the
ResponseFactory
and theStreamFactory
be injected in the constructor and use the factories for creating the response by adding a helper methodcreateResponse()
and than replace this HtmlRespone with:
and similar for the other HtmlResponse's
Originally posted by @sbuerk in #35 (comment)
The text was updated successfully, but these errors were encountered: