Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
Slim\Middleware\ContentLengthMiddleware Class Reference
Inheritance diagram for Slim\Middleware\ContentLengthMiddleware:
Psr\Http\Server\MiddlewareInterface

Public Member Functions

 process (ServerRequestInterface $request, RequestHandlerInterface $handler)
 Process an incoming server request.
 

Member Function Documentation

◆ process()

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.


The documentation for this class was generated from the following file: