- Stockholm, Sweden
- @vliuolia
Highlights
- 3 discussions answered
Block or Report
Block or report vytas7
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
274 contributions in the last year
Contribution activity
February 2022
Created 6 commits in 3 repositories
Created 1 repository
- vytas7/edgedb Python
Created a pull request in falconry/falcon that received 3 comments
chore(tools): add a tool to aggregate contributors from GitHub commits
Closes #1533 Actually running this tool should be done as part of the release process. I added a mention in #473. We could probably add a check in …
Opened 4 other pull requests in 2 repositories
Reviewed 3 pull requests in 1 repository
Created an issue in falconry/falcon that received 3 comments
ASGI resp.stream is iterated until completion despite client disconnect
At the time of writing, setting resp.stream to an async generator results in it being iterated by the framework until completion (or, obviously, un…