Commit Graph

10 Commits

Author SHA1 Message Date
Santiago 49c4b78d7c refactor: schemas now have better support for third party packages (#197) 2018-11-23 15:20:07 +00:00
Jesse Braham 5fc8b394e2 Include Jinja2 in the [full] optional package (#213) 2018-11-11 01:54:21 +00:00
Tom Christie 81c4306a3a
Add OpenAPIResponse, API Schema docs, etc... (#171) 2018-11-01 12:52:03 +00:00
Tom Christie 7ab015d8e8 Update README/homepage 2018-10-29 16:49:13 +00: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 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
Abiola 50af72edc0
Fixed encoding issues on windows
Attempting to install the package on windows throws `UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 1549: character maps to <undefined>`

This is an attempted fix
2018-07-17 21:38:38 +01:00
Tom Christie 5f194f73bf Add FileResponse 2018-07-11 16:08:51 +01:00
Tom Christie b60f72ab33 Bump Python requirements 2018-06-25 14:58:51 +01:00
Tom Christie 5a9fe3f048 Initial commit 2018-06-25 14:15:32 +01:00