PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
google-site-kit
/
third-party
/
guzzlehttp
/
guzzle
/
src
<?php namespace Google\Site_Kit_Dependencies\GuzzleHttp; use Google\Site_Kit_Dependencies\Psr\Http\Message\MessageInterface; final class BodySummarizer implements \Google\Site_Kit_Dependencies\GuzzleHttp\BodySummarizerInterface { /** * @var int|null */ private $truncateAt; public function __construct(?int $truncateAt = null) { $this->truncateAt = $truncateAt; } /** * Returns a summarized message body. */ public function summarize(\Google\Site_Kit_Dependencies\Psr\Http\Message\MessageInterface $message) : ?string { return $this->truncateAt === null ? \Google\Site_Kit_Dependencies\GuzzleHttp\Psr7\Message::bodySummary($message) : \Google\Site_Kit_Dependencies\GuzzleHttp\Psr7\Message::bodySummary($message, $this->truncateAt); } }
[+]
..
[-] TransferStats.php
[edit]
[-] BodySummarizerInterface.php
[edit]
[-] MessageFormatter.php
[edit]
[-] MessageFormatterInterface.php
[edit]
[-] ClientInterface.php
[edit]
[-] Client.php
[edit]
[-] RetryMiddleware.php
[edit]
[-] ClientTrait.php
[edit]
[-] functions.php
[edit]
[-] RedirectMiddleware.php
[edit]
[-] Utils.php
[edit]
[-] functions_include.php
[edit]
[-] HandlerStack.php
[edit]
[+]
Cookie
[+]
Exception
[-] Pool.php
[edit]
[-] BodySummarizer.php
[edit]
[-] PrepareBodyMiddleware.php
[edit]
[+]
Handler
[-] Middleware.php
[edit]
[-] RequestOptions.php
[edit]