File Editor
Directories:
.. (Back)
Cookie
Exception
Handler
Files:
BodySummarizer.php
BodySummarizerInterface.php
Client.php
ClientInterface.php
ClientTrait.php
HandlerStack.php
MessageFormatter.php
MessageFormatterInterface.php
Middleware.php
Pool.php
PrepareBodyMiddleware.php
RedirectMiddleware.php
RequestOptions.php
RetryMiddleware.php
TransferStats.php
Utils.php
functions.php
functions_include.php
Create New File
Create
Edit File: BodySummarizerInterface.php
<?php namespace GuzzleHttp; use Psr\Http\Message\MessageInterface; interface BodySummarizerInterface { /** * Returns a summarized message body. */ public function summarize(MessageInterface $message): ?string; }
Save Changes
Rename File
Rename