This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Tags: mallgroup/roadrunner
Tags
fix(Extension): fix init cookie on response setup (#19) Co-authored-by: David Štrop <[email protected]>
Add middlewares into RR plugin (#9) * Initial work on middlewares * Wip: little bit polished - session is broken in this version * wip * Update TryCatchMiddleware.php * Added partial support for tracy * Update NetteApplicationMiddleware.php * Update Extension.php * Update NetteApplicationMiddleware.php * Update main.yml * Feature middlewares (#18) * fix(RR_FLUSHABLE_SERVICES): flushable service may not be present * feat(PSR-7): make library PSR-7 implementation agnostic * chore(tracy): remove tracy middleware * feat(RoadRunner): simplify bridge between Nette and RoadRunner * feat(sessions): add SessionMiddleware enabling Nette Session * feat(psr): add NetteInitializeMiddleware enabling pure PSR applications Co-authored-by: David Štrop <[email protected]> * Update SessionMiddleware.php * Added public method to stop worker Co-authored-by: David Štrop <[email protected]> Co-authored-by: David Štrop <[email protected]>