Middleware
class Middleware
Methods
httpErrors
()
: static callable
No description
authHandler
(callable $tokenGenerator, Token $token = null)
: static callable
No description
history
(array $container)
static
No description
retry
(callable $decider, callable $delay = null)
static
No description
log
(LoggerInterface $logger, MessageFormatter $formatter, $logLevel = LogLevel::INFO)
static
No description
prepareBody
()
static
No description
mapRequest
(callable $fn)
static
No description
mapResponse
(callable $fn)
static
No description