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
For greater consistency with other modern PHP frameworks, Kaiso should expect controllers to return PSR-7 response, and emit them to the server instead of relying on WordPress' mysterious implementation of response emitting.
Kaiso already makes a PSR-7 Request object available in controllers, and this would be a logical extension of that behaviour.
For greater consistency with other modern PHP frameworks, Kaiso should expect controllers to return PSR-7 response, and emit them to the server instead of relying on WordPress' mysterious implementation of response emitting.
Kaiso already makes a PSR-7 Request object available in controllers, and this would be a logical extension of that behaviour.
Some potential emitter libraries:
The text was updated successfully, but these errors were encountered: