You are here

public function HttpStreamWrapper::getHttpConfig in Remote Stream Wrapper 8

Returns the current HTTP client configuration.

Return value

array

File

src/StreamWrapper/HttpStreamWrapper.php, line 287

Class

HttpStreamWrapper
HTTP(s) stream wrapper.

Namespace

Drupal\remote_stream_wrapper\StreamWrapper

Code

public function getHttpConfig() {
  return $this->config;
}