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