Software engineer & architect.
Core maintainer of the Falcon web framework for Python.
- Stockholm, Sweden
- @vliuolia
Highlights
- 3 discussions answered
Block or Report
Block or report vytas7
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
1
``multipart/form-data`` handling in Falcon proposal2===================================================34Design philosophy
5----------------- -
falcon-multipart-tests Public
Extended Falcon multipart/form-data handling performance & regression tests.
Python 1
-
1
import io
23import falcon
4import requests
5 -
falcon-asgi-example Public archive
Obsolete!!! See the latest version: https://falcon.readthedocs.io/en/latest/user/tutorial-asgi.html
Python 7
269 contributions in the last year
Less
More
Contribution activity
March 2022
Created 7 commits in 2 repositories
Created a pull request in falconry/falcon that received 2 comments
Opened 4 other pull requests in 2 repositories
falconry/falcon
2
merged
falconry/token-bucket
2
merged
Reviewed 8 pull requests in 2 repositories
falconry/falcon
7 pull requests
-
docs: fix up sphinx tabs
🌚 - fix(request): prevent IndexError from broken Forwarded header
- chore: prep for 3.1.0 release
- feat(routing): implement FloatConverter for #2022
- chore: add GitHub URL for PyPi
- docs(media): add an example for using a custom JSON encoder
- test(test_post_read_bounded_stream_large): validate body digest
falconry/token-bucket
1 pull request
Created an issue in falconry/falcon that received 4 comments
Add __repr__ to test Result
At the time of this writing, falcon.testing.Result has no custom __repr__:
>>> import falcon
>>> import falcon.testing
>>> app = falcon.App()
>>> c…
4
comments

