ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
MessageTrait.php File Reference

Go to the source code of this file.

Namespaces

 GuzzleHttp\Psr7
 

Functions

 GuzzleHttp\Psr7::getProtocolVersion ()
 
 GuzzleHttp\Psr7::withProtocolVersion ($version)
 
 GuzzleHttp\Psr7::getHeaders ()
 
 GuzzleHttp\Psr7::hasHeader ($header)
 
 GuzzleHttp\Psr7::getHeader ($header)
 
 GuzzleHttp\Psr7::getHeaderLine ($header)
 
 GuzzleHttp\Psr7::withHeader ($header, $value)
 
 GuzzleHttp\Psr7::withAddedHeader ($header, $value)
 
 GuzzleHttp\Psr7::withoutHeader ($header)
 
 GuzzleHttp\Psr7::getBody ()
 
 GuzzleHttp\Psr7::withBody (StreamInterface $body)
 
 GuzzleHttp\Psr7::setHeaders (array $headers)
 
 GuzzleHttp\Psr7::trimHeaderValues (array $values)
 Trims whitespace from the header values. More...
 

Variables

trait GuzzleHttp\Psr7::MessageTrait
 Trait implementing functionality common to requests and responses. More...
 
 GuzzleHttp\Psr7::$headerNames = []
 
 GuzzleHttp\Psr7::$protocol = '1.1'
 
 GuzzleHttp\Psr7::$stream
 PHP stream implementation. More...