Methods | ||
---|---|---|
public
|
status(): int
|
# |
public
|
statusText(): string
|
# |
public
|
content(): string
|
# |
public
|
getOriginalContent(): mixed
|
# |
public
|
header(string $key, array|string $values, bool $replace = true): $this
|
# |
public
|
withHeaders(HeaderBag|array $headers): $this
|
# |
public
|
cookie(Cookie|mixed $cookie): $this
|
# |
public
|
withCookie(Cookie|mixed $cookie): $this
|
# |
public
|
withoutCookie(Cookie|mixed $cookie, string|null $path = null, string|null $domain = null): $this
|
# |
public
|
getCallback(): string|null
|
# |
public
|
withException(Throwable $e): $this
|
# |
public
|
throwResponse(): never
|
# |
Properties | |||
---|---|---|---|
public
|
mixed
|
$original
|
# |
public
|
Throwable|null
|
$exception
|
# |