URLC
class URLC implements MiddlewareInterface
Methods
ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)
Process an incoming server request and return a response, optionally delegating response creation to a handler.
Details
at line 32
ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)
Process an incoming server request and return a response, optionally delegating response creation to a handler.