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
Add a Pipe Middleware which captures requests to a certain prefix (e.g. by default /_pipe) and responds with the asset just like Pipe\Server. This Middleware implements the HttpKernelInterface and should be usable within Middleware pipelines.
Benefits:
Barebones integration with Symfony possible by decorating Symfony's HttpKernel, like the HttpCache does.
Common class between the Silex and Symfony integrations (eventually)
The text was updated successfully, but these errors were encountered:
Add a Pipe Middleware which captures requests to a certain prefix (e.g. by default
/_pipe
) and responds with the asset just likePipe\Server
. This Middleware implements theHttpKernelInterface
and should be usable within Middleware pipelines.Benefits:
The text was updated successfully, but these errors were encountered: