You are here

constant HttpClientEvents::HANDLER_STACK in HTTP Client Manager 8.2

The name of the event fired when configuring client handlers stacks.

This event allows you to add an handler to the stack whenever an HTTP client is created. The event listener method receives a \Drupal\http_client_manager\Event\HttpClientHandlerStackEvent instance.

File

src/Event/HttpClientEvents.php, line 21

Class

HttpClientEvents
Defines events for HTTP Client Manager clients.

Namespace

Drupal\http_client_manager\Event

Code

const HANDLER_STACK = 'http_client.handler_stack';