extends |
StreamedResponse |
|---|
OData HTTP response — supports both streamed and buffered output with OData error handling.
| Methods | ||
|---|---|---|
public
|
__construct(?callable $callback = null, int $status = 200, array $headers = [])
|
# |
public
|
sendContent(): static
|
# |
public
|
withException(Throwable $e): static
|
# |
| Properties | |||
|---|---|---|---|
public
|
?Throwable
|
$exception = null
|
# |