Class Body
Body
This class represents an HTTP message body and encapsulates a streamable resource according to the PSR-7 standard.
- Slim\Http\Stream implements Psr\Http\Message\StreamInterface
-
Slim\Http\Body
Direct known subclasses
Namespace: Slim\Http
Link: https://github.com/php-fig/http-message/blob/master/src/StreamInterface.php
Located at Http/Body.php
Link: https://github.com/php-fig/http-message/blob/master/src/StreamInterface.php
Located at Http/Body.php
Methods summary
Methods inherited from Slim\Http\Stream
__construct(),
__toString(),
attach(),
close(),
detach(),
eof(),
getContents(),
getMetadata(),
getSize(),
isAttached(),
isPipe(),
isReadable(),
isSeekable(),
isWritable(),
read(),
rewind(),
seek(),
tell(),
write()