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 all other requests to a default handler. This, for example, could be useful for taking advantage of the performance benefits of curl while still supporting true streaming through the StreamHandler.
|
public static wrapSync(callable $default, callable $sync) : callable Sends synchronous requests to a specific handler while sending all other requests to another handler.
|
Methods |
public static wrapStreaming(callable $default, callable $streaming) : callable Sends streaming requests to a streaming compatible handler while sending all other requests to a default handler. This, for example, could be useful for taking advantage of the performance benefits of curl while still supporting true streaming through the StreamHandler.
|
public static wrapSync(callable $default, callable $sync) : callable Sends synchronous requests to a specific handler while sending all other requests to another handler.
|