PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
php-http
/
message
/
src
<?php namespace Http\Message; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; /** * Formats a request and/or a response as a string. * * @author Márk Sági-Kazár <mark.sagikazar@gmail.com> */ interface Formatter { /** * Formats a request. * * @return string */ public function formatRequest(RequestInterface $request); /** * Formats a response. * * @return string */ public function formatResponse(ResponseInterface $response); }
[+]
UriFactory
[+]
Builder
[-] Cookie.php
[edit]
[+]
..
[+]
Exception
[-] CookieUtil.php
[edit]
[-] filters.php
[edit]
[+]
RequestMatcher
[-] Formatter.php
[edit]
[+]
StreamFactory
[+]
Formatter
[+]
Decorator
[-] RequestMatcher.php
[edit]
[+]
Encoding
[+]
MessageFactory
[+]
Stream
[-] Exception.php
[edit]
[-] CookieJar.php
[edit]
[+]
Authentication
[-] Authentication.php
[edit]