class FixedHeaderMiddleware

Middleware to add fixed headers to an API call.

Methods

__construct(callable $nextHandler, array $headers)

No description

__invoke(Call $call, array $options)

No description

Details

at line 47
__construct(callable $nextHandler, array $headers)

Parameters

callable $nextHandler
array $headers

at line 53
__invoke(Call $call, array $options)

Parameters

Call $call
array $options