null Module_HttpClient_Result::header( )
public function header($key = null) { if ( null === $key ) { return $this->headers; } else { return $this->headers[$key]; } }