Middleware

The pipeline of your application

Postbox

The Postbox middleware has one simple task; take the Content-Type header from the request and check if there is a Deserializer that supports the mime type. If the mime type isn't supported an 415 UnsupportedMediaType exception will be thrown.

Configuration

There is no configuration options available.

See the configuration documentation for more information about how to configure the integration with the Phapi Framework.