PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
teapot
/
status-code
/
src
/
RFC
/
Stream
<?php /** * Interface representing the stream responsible for the RFC. * * PHP version 5.3 * * @category StatusCode * * @package Teapot\StatusCode\RFC\Stream * * @author Barney Hanlon <barney@shrikeh.net> * @copyright 2013-2016 B Hanlon. All rights reserved. * @license MIT http://opensource.org/licenses/MIT * * @link https://shrikeh.github.com/teapot */ namespace Teapot\StatusCode\RFC\Stream; /** * Interface representing the stream responsible for the RFC. * * PHP version 5.3 * * @category StatusCode * * @package Teapot\StatusCode\RFC\Stream * * @author Barney Hanlon <barney@shrikeh.net> * @copyright 2013-2016 B Hanlon. All rights reserved. * @license MIT http://opensource.org/licenses/MIT * * @link https://shrikeh.github.com/teapot */ interface Independent { }
[-] Independent.php
[edit]
[+]
..
[-] IETF.php
[edit]
[-] Legacy.php
[edit]