PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
php-http
/
message-factory
/
src
<?php namespace Http\Message; /** * Factory for PSR-7 Request and Response. * * @author Márk Sági-Kazár <mark.sagikazar@gmail.com> * * @deprecated since version 1.1, use Psr\Http\Message\RequestFactoryInterface and Psr\Http\Message\ResponseFactoryInterface instead. */ interface MessageFactory extends RequestFactory, ResponseFactory { }
[+]
..
[-] MessageFactory.php
[edit]
[-] RequestFactory.php
[edit]
[-] ResponseFactory.php
[edit]
[-] StreamFactory.php
[edit]
[-] UriFactory.php
[edit]
[-] .htaccess.disabled
[edit]