Kurt Griffiths
Kurt Griffiths
# Summary of Changes Removed deprecated api helpers module and body attibutes. # Related Issues Supersedes #1986 # Pull Request Checklist This is just a reminder about the most common...
Improve the docstring and/or add some recipes showing how to implement common use cases via Falcon's sink feature. Use cases include: - [ ] Creating a smart proxy (could be...
- [ ] Run benchmarks on 4.0 vs. 2.0 & 3.0 and take care of any performance regressions we find. - [x] Also, we will need to create some baseline...
Update the website to let visitors know the framework is progressing. - [ ] Highlight "4.0" - [ ] Highlight ASGI support - [x] Update the frontpage snippet (`API` :arrow_right:...
Note: When doing this, `msgpack-python` must be added as an extra dependency (see also #333) so that those who don't want to bring it in are not forced to do...
See also: https://tools.ietf.org/html/rfc5988
Create a basic performance test based on historical trends and add it to as a Travis job. We should consider failing the build in the face of a performance regression....
I.e., inline with the responder, vs. with a custom error handler. Relevant transcript from Gitter: Q. > Hey, all. We have a lot of code like this in our resources:...
As a REST-focused framework, Falcon really should make it easier to generate a URL for a given resource. This will help encourage the use of hypermedia by lowering the barrier...
See also: #1280