RequestOption
FinalYes
Properties
- $into : InjectInto
- $name : string
Methods
- apply() : RequestInterface
- bodyPath() : self
- header() : self
- queryParam() : self
- replaceUri() : self
Properties
$into read-only
public
InjectInto
$into
$name read-only
public
string
$name
Methods
apply()
public
apply(RequestInterface $base, mixed $value) : RequestInterface
Parameters
- $base : RequestInterface
- $value : mixed
Return values
RequestInterfacebodyPath()
public
static bodyPath(string $path, StreamFactoryInterface $streamFactory) : self
Parameters
- $path : string
- $streamFactory : StreamFactoryInterface
Return values
selfheader()
public
static header(string $name) : self
Parameters
- $name : string
Return values
selfqueryParam()
public
static queryParam(string $name) : self
Parameters
- $name : string
Return values
selfreplaceUri()
public
static replaceUri() : self