Request
final class Request implements RequestInterface
| internal |
Methods
__construct(string $path, string $method, string $body, array $headers, bool $pipeline, bool $usePipelineRead)
No description
string
getPath()
Get the request path.
string
getMethod()
Get the request method.
array
getHeaders()
Get the request headers.
string
getBody()
Get the request body.
bool
isPipeline()
Determine whether the request body remains open.
bool
usesPipelineRead()
Determine whether the response is read incrementally.
Details
at line 17
__construct(string $path, string $method, string $body, array $headers, bool $pipeline, bool $usePipelineRead)
No description
at line 30
string
getPath()
Get the request path.
at line 38
string
getMethod()
Get the request method.
at line 48
array
getHeaders()
Get the request headers.
at line 56
string
getBody()
Get the request body.
at line 64
bool
isPipeline()
Determine whether the request body remains open.
at line 72
bool
usesPipelineRead()
Determine whether the response is read incrementally.