RequestInterface
interface RequestInterface
Methods
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 uses pipelining.
bool
usesPipelineRead()
Determine whether the response is read incrementally.
Details
at line 12
string
getPath()
Get the request path.
at line 17
string
getMethod()
Get the request method.
at line 22
array
getHeaders()
Get the request headers.
at line 27
string
getBody()
Get the request body.
at line 32
bool
isPipeline()
Determine whether the request uses pipelining.
at line 37
bool
usesPipelineRead()
Determine whether the response is read incrementally.