Tom Christie
f3b5409dbc
Drop SQLAlchemy note, since we don't currently have any components that require it.
2019-02-19 13:45:10 +00:00
Tom Christie
9b57e516cc
Docs and version bump
2019-02-18 13:38:04 +00:00
Tom Christie
d5c798e6b8
Example ASGI apps now ensure scope['type'] is expected message type. ( #348 )
2019-01-25 14:40:33 +00:00
Tom Christie
99921cef70
Fix SQLAlchemy link
2018-12-07 13:07:12 +00:00
Tom Christie
ce9556acce
Authentication ( #256 )
...
* Authentication
* Fleshing out authentication support
* Version 0.9.6
2018-12-07 13:05:31 +00:00
Taoufik
9fa4b56030
Update broken link ( #224 )
...
* Update broken link
* Update broken link
2018-11-18 18:26:47 +00:00
Tom Christie
c96eb9a4f7
Add Jinja2 link
2018-11-08 16:36:39 +00:00
Tom Christie
2ef21f49c9
Jinja2 ( #198 )
...
* Use jinja2 for a default template configuration
* Add release notes
2018-11-08 16:14:14 +00:00
Tom Christie
c2d5813076
Link to example repo
2018-11-08 13:12:37 +00:00
Tom Christie
83ab71dad0
Version 0.7.1
2018-11-05 12:08:34 +00:00
Tom Christie
ed970c86be
Update 'Performance' section
2018-11-01 14:41:55 +00:00
Tom Christie
81c4306a3a
Add OpenAPIResponse, API Schema docs, etc... ( #171 )
2018-11-01 12:52:03 +00:00
Tom Christie
5488af66d7
Fix linking
2018-10-31 09:42:07 +00:00
Tom Christie
0ae9a7f523
Link out to other projects
2018-10-31 09:39:10 +00:00
Tom Christie
7ab015d8e8
Update README/homepage
2018-10-29 16:49:13 +00:00
Tom Christie
87da226f1c
Session middleware ( #157 )
...
* Use isort for consistent import ordering
* Add SessionMmiddleware support
* Add SessionMiddleware support
2018-10-29 16:16:51 +00:00
Tom Christie
315a21be85
GraphQL support ( #126 )
...
* GraphQL support
* GraphQL support
* Run GraphQL queries inside a threadpool
* Support AsyncioExecutor
* GraphQL error formatting
* Docs for GraphQL support
2018-10-18 14:45:18 +01:00
Tom Christie
65704a8083
Note zero hard dependencies
2018-10-17 09:00:45 +01:00
Tom Christie
b829248e7d
Add feature list to README/docs
2018-10-16 16:10:24 +01:00
Tom Christie
c43a070eed
Form parsing ( #102 )
...
* Work towards MultiPartParser
* Work towards MultiPartParser
* Add test for multipart files
* MultiPart parsing
* Fix for large multipart messages
* Add python-multipart to docs
* Add python-multipart to 'pip install starlette[full]'
* Add FormParser
* Add docs for request.form()
* Drop mypy momentarily
2018-10-12 18:15:04 +01:00
Tom Christie
09ce2c373a
Version 0.4.0
2018-10-10 17:12:58 +01:00
Karan Suthar
27fc98b58b
unicorn command correction in docs ( #97 )
2018-10-09 12:41:53 +01:00
Tom Christie
e6cd2d7e86
Tweak example: access logs on, port 8000
2018-09-05 11:44:54 +01:00
Tom Christie
78d1829758
Version 0.3 ( #57 )
...
* Renamings
* Version 0.3.0
* Black formatting
* Update docs for 0.3
2018-09-05 11:39:38 +01:00
Jordan Eremieff
f4fe0ec312
Name changes ( #55 )
...
* Rename View -> HTTPEndpoint
* Rename views doc file -> endpoints
* Rename request/response files -> requests/responses, update imports, update docs
* Rename WebSocketSession -> WebSocket, rename session -> websocket in docs
* Full module imports in tests and source, removing imports from __init__ file
* Fix name in testclient doc
2018-09-05 10:29:04 +01:00
Tom Christie
352ccda556
Update docs
2018-08-29 11:17:09 +01:00
Jeff Buttars
bb6a8fb7c9
Initial conversion of README.md to mkdocs
2018-08-28 07:58:03 -06:00