extends |
MessageInterface |
---|
Representation of an outgoing, client-side request.
Corresponds to Psr7\RequestInterface.
Methods | ||
---|---|---|
public
|
getMethod(bool $upper = false): string
|
# |
public
|
withMethod(string $method): static
|
# |
public
|
getUri(): URI
|
# |
public
|
withUri(URI $uri, bool $preserveHost = false): static
|
# |