<TPsr7 is RequestInterface = RequestInterface>
extends |
MessageInterface<TPsr7>, RequestInterface, HasRequestMethod |
---|
Methods | ||
---|---|---|
public
|
jsonSerialize(
): array{method: string, url: string, httpVersion: string, cookies: array<array{name: string, value: string, path?: string, domain?: string, expires?: string, httpOnly?: bool, secure?: bool}>, headers: array<array{name: string, value: string}>, queryString: array<array{name: string, value: string}>, postData?: array{mimeType: string, params: array{}, text: string}, headersSize: int, bodySize: int}
|
# |
Methods inherited from Salient\Contract\Http\Message\MessageInterface |
---|
fromPsr7(), getInnerHeaders(), __toString(), |
Methods inherited from Salient\Contract\Http\HasInnerHeaders |
---|
withHeader(), withAddedHeader(), withoutHeader() |
Methods inherited from Psr\Http\Message\RequestInterface |
---|
getRequestTarget(), withRequestTarget(), getMethod(), withMethod(), getUri(), withUri() |
Constants inherited from Salient\Contract\Http\HasMediaType |
---|
|
Constants inherited from Salient\Contract\Http\HasRequestMethod |
---|
|