Provides basic proxies for handlers.
- final
Methods |
public
static
wrapStreaming
(
callable
$default
,
callable
$streaming
) :
callable
Sends streaming requests to a streaming compatible handler while sending This, for example, could be useful for taking advantage of the
|
public
static
wrapSync
(
callable
$default
,
callable
$sync
) :
callable
Sends synchronous requests to a specific handler while sending all other
|
Methods |
public
static
wrapStreaming
(
callable
$default
,
callable
$streaming
) :
callable
Sends streaming requests to a streaming compatible handler while sending This, for example, could be useful for taking advantage of the
|
public
static
wrapSync
(
callable
$default
,
callable
$sync
) :
callable
Sends synchronous requests to a specific handler while sending all other
|