Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ Tempest provides several classes, all implementing the {`Tempest\Router\Response
- `{php}Ok` — the 200 response. Accepts an optional body.
- `{php}Created` — the 201 response. Accepts an optional body.
- `{php}Redirect` — redirects to the specified URI.
- `{php}Back` — redirects to previous page, accepts a fallback.
- `{php}Download` — downloads a file from the browser.
- `{php}File` — shows a file in the browser.
- `{php}Invalid` — a response with form validation errors, redirecting to the previous page.
Expand Down
Loading