Classes

A HTTP middleware exception

Allows to override the request HTTP Method via different overrides in this order:

  • a "__method" argument passes in via request body
  • X-Http-Method-Override header
  • X-Http-Method header

Creates a new MiddlewaresChain according to the specified settings

Adds the "X-Flow-Powered" to the response.

Parses the request body and adds the result to the ServerRequest instance.

A HTTP middleware that handles authentication exceptions that were thrown by the dispatcher (\Neos\Flow\Mvc\Dispatcher::dispatch()) and

  • rethrows the exception if no token with Entry Point is authenticated
  • or otherwise invokes the Entry Point of all authenticated tokens

A middleware that handles the session in a HTTP request

HTTP component that makes sure that the current response is standards-compliant. It is usually the last component in the chain.

Middleware that checks request headers against a configured list of trusted proxy IP addresses.