starlette/docs
Daniel Hahler 8545b022f9 doc: exceptions: keep original status_code (#331)
It is considered to be best practice for a not-found page to also use
status code 404.

This changes the examples for the 404 and 500 pages to keep the
exceptions status code.
2019-01-21 09:29:34 +00:00
..
img Add 'app.add_graphql_route()' 2018-10-18 16:58:49 +01:00
CNAME Update docs 2018-08-29 11:17:09 +01:00
applications.md Add tests for fixed path handling and docs (#280) 2018-12-18 12:33:32 +00:00
authentication.md Support `@requires` as a method decorator (#312) 2019-01-10 13:46:46 +00:00
background.md Add BackgroundTasks for multiple jobs. Support GraphQL background tasks. (#273) 2018-12-14 14:56:31 +00:00
config.md Fix documentation for Secret and DatabaseURL (#303) 2019-01-03 16:15:42 +00:00
database.md Update database docs 2018-12-07 08:59:06 +00:00
endpoints.md Routing interface (#144) 2018-10-29 09:22:45 +00:00
events.md Typo (#249) 2018-12-04 20:21:36 +00:00
exceptions.md doc: exceptions: keep original status_code (#331) 2019-01-21 09:29:34 +00:00
graphql.md Add BackgroundTasks for multiple jobs. Support GraphQL background tasks. (#273) 2018-12-14 14:56:31 +00:00
index.md Fix SQLAlchemy link 2018-12-07 13:07:12 +00:00
middleware.md Add security flags to session cookie (#276) 2018-12-17 16:33:41 +00:00
release-notes.md Version 0.9.10 2019-01-15 11:16:02 +00:00
requests.md Add `request.is_disconnected()` (#320) 2019-01-15 09:59:59 +00:00
responses.md Add TemplateResponse. (#269) 2018-12-13 15:16:25 +00:00
routing.md Add tests for fixed path handling and docs (#280) 2018-12-18 12:33:32 +00:00
schemas.md docs(schemas): fixed url to starlette-apispec (#246) 2018-12-04 11:34:42 +00:00
starlette.png Tweak header image 2018-07-02 12:00:03 +01:00
staticfiles.md StaticFiles will check if directory exists upon instantiation (#195) 2018-11-08 09:33:20 +00:00
templates.md Jinja2 (#198) 2018-11-08 16:14:14 +00:00
testclient.md Version 0.3 (#57) 2018-09-05 11:39:38 +01:00
third-party-packages.md Add webargs-starlette to Third Party Packages page (#306) 2019-01-07 10:11:34 +00:00
websockets.md Routing interface (#144) 2018-10-29 09:22:45 +00:00