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\StreamWrapperCode
public function getHttpConfig() {
  return $this->config;
}