Home
last modified time | relevance | path

Searched refs:MessageInterface (Results 1 – 22 of 22) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php5 use Psr\Http\Message\MessageInterface; alias
13 * @param MessageInterface $message Message to convert to a string.
19 function str(MessageInterface $message)
152 * @param MessageInterface $message Message to rewind
158 function rewind_body(MessageInterface $message)
396 * @param MessageInterface $message The message to get the body summary
403 function get_message_body_summary(MessageInterface $message, $truncateAt = 120)
H A DMessage.php5 use Psr\Http\Message\MessageInterface; alias
14 * @param MessageInterface $message Message to convert to a string.
18 public static function toString(MessageInterface $message)
53 * @param MessageInterface $message The message to get the body summary
58 public static function bodySummary(MessageInterface $message, $truncateAt = 120)
94 * @param MessageInterface $message Message to rewind
98 public static function rewindBody(MessageInterface $message)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php4 use Psr\Http\Message\MessageInterface; alias
176 private function headers(MessageInterface $message)
/plugin/webdav/vendor/sabre/http/lib/
H A DResponseInterface.php12 interface ResponseInterface extends MessageInterface {
H A DRequestInterface.php12 interface RequestInterface extends MessageInterface {
H A DMessageInterface.php13 interface MessageInterface { interface
H A DMessageDecoratorTrait.php23 * @var MessageInterface
H A DMessage.php14 abstract class Message implements MessageInterface {
/plugin/davcal/vendor/sabre/http/lib/
H A DResponseInterface.php12 interface ResponseInterface extends MessageInterface {
H A DRequestInterface.php12 interface RequestInterface extends MessageInterface {
H A DMessageInterface.php13 interface MessageInterface { interface
H A DMessageDecoratorTrait.php23 * @var MessageInterface
H A DMessage.php14 abstract class Message implements MessageInterface {
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DResponseInterface.php20 interface ResponseInterface extends MessageInterface
H A DRequestInterface.php24 interface RequestInterface extends MessageInterface
H A DMessageInterface.php17 interface MessageInterface interface
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md24 - Updated the `MessageInterface::getHeaders()` return annotation to use the
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md229 * Added: Introduction of Message, MessageInterface, Response, ResponseInterface.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md262 * Added: Introduction of Message, MessageInterface, Response, ResponseInterface.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md313 `public static function toString(MessageInterface $message): string`
325 `public static function bodySummary(MessageInterface $message, int $truncateAt = 120): string|null`
334 `public static function rewindBody(MessageInterface $message): void`
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md215 `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
217 `MessageInterface`. This change makes the Guzzle interfaces compatible with
790 * Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header…
792 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
H A DCHANGELOG.md432 `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
434 `MessageInterface`. This change makes the Guzzle interfaces compatible with
820 * Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header…
822 * Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()