Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
Public Member Functions | |
process (ServerRequestInterface $request, RequestHandlerInterface $handler) | |
Process an incoming server request. | |
Slim\Middleware\ContentLengthMiddleware::process | ( | ServerRequestInterface | $request, |
RequestHandlerInterface | $handler ) |
Process an incoming server request.
Processes an incoming server request in order to produce a response. If unable to produce the response itself, it may delegate to the provided request handler to do so.
Implements Psr\Http\Server\MiddlewareInterface.