public function HttpServiceApiWrapperInterface::httpConfigRequest in HTTP Client Manager 8.2
Executes an HTTP Config Request.
Parameters
string $request_name: The Http Config Request name.
int|bool $expire: The expire time, Cache::PERMANENT or FALSE if cache has not to be used.
array $tags: An array of cache tags to be used if $expire !== FALSE.
Return value
array The Response array.
1 method overrides HttpServiceApiWrapperInterface::httpConfigRequest()
- HttpServiceApiWrapperBase::httpConfigRequest in src/
Plugin/ HttpServiceApiWrapper/ HttpServiceApiWrapperBase.php - Executes an HTTP Config Request.
File
- src/
Plugin/ HttpServiceApiWrapper/ HttpServiceApiWrapperInterface.php, line 33
Class
- HttpServiceApiWrapperInterface
- Interface HttpServiceApiWrapperInterface.
Namespace
Drupal\http_client_manager\Plugin\HttpServiceApiWrapperCode
public function httpConfigRequest($request_name, $expire = FALSE, array $tags = []);