Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Cache
Cli
Collection
Console
Container
Core
Curler
Http
Iterator
Polyfill
Sync
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Interfaces
AccessTokenInterface
FormDataFlag
HttpHeader
HttpHeaderGroup
HttpHeadersInterface
HttpMessageInterface
HttpMultipartStreamInterface
HttpMultipartStreamPartInterface
HttpRequestHandlerInterface
HttpRequestInterface
HttpRequestMethod
HttpResponseInterface
HttpServerRequestInterface
HttpStreamInterface
UriInterface
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Http;
4:
5:
use
Psr\Http\Message\StreamInterface;
6:
use
Stringable;
7:
8:
/**
9:
* @api
10:
*/
11:
interface
HttpStreamInterface
extends
12:
StreamInterface,
13:
Stringable {}
14: