Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Falcon
The Bare-Metal Python Web Framework
Collective -
Host: opensource -
https://opencollective.com/falcon
- Website: https://falconframework.org
- Code: https://github.com/falconry/falcon
request.get_param() defaults don't get stored in store
github.com/falconry/falcon - omwbennett opened this issue over 5 years ago
github.com/falconry/falcon - omwbennett opened this issue over 5 years ago
Is there a way of adding a REST API call that causes falcon to cleanly shut down?
github.com/falconry/falcon - dstromberg opened this issue over 5 years ago
github.com/falconry/falcon - dstromberg opened this issue over 5 years ago
feat(media): implement multipart form media handler
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
chore(community): prepare to add a Sponsor button
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
feat(media): add URL-encoded form data handler
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
Add a concise app layout suggestion to the docs
github.com/falconry/falcon - kgriffs opened this issue over 5 years ago
github.com/falconry/falcon - kgriffs opened this issue over 5 years ago
Ability to execute logic after the response is fully streamed
github.com/falconry/falcon - vytas7 opened this issue over 5 years ago
github.com/falconry/falcon - vytas7 opened this issue over 5 years ago
fix(testing): allow testing generator-based WSGI apps
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
refactor(API): add a compatibility shim to support the Falcon<=1.4.1 error handler signature
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
feat: improve dict-compatibility for the default Request and Response context type
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
chore: reopen Hug gate in Travis
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 5 years ago
docs(README): remove the no longer correct ujson note
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
docs(changes): add the latest contributor for the impending 2.0 release
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
docs(setup): omit raw HTML based patron list in long description
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
Quick start guide don't explain how to deal with errors
github.com/falconry/falcon - FabriceSalvaire opened this issue almost 6 years ago
github.com/falconry/falcon - FabriceSalvaire opened this issue almost 6 years ago
Privatize helpers, etc. that really should only be used internally by the framework
github.com/falconry/falcon - kgriffs opened this issue almost 6 years ago
github.com/falconry/falcon - kgriffs opened this issue almost 6 years ago
Modify Request.cookies to return all values for each cookie
github.com/falconry/falcon - kgriffs opened this issue almost 6 years ago
github.com/falconry/falcon - kgriffs opened this issue almost 6 years ago
chore: aggregate our stylish contributors for the upcoming 2.0 release
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
Add basic performance testing to the gate
github.com/falconry/falcon - kgriffs opened this issue almost 6 years ago
github.com/falconry/falcon - kgriffs opened this issue almost 6 years ago
Document set_cookie() name/value restrictions (strings are limited to US-ASCII)
github.com/falconry/falcon - guozhihua12 opened this issue almost 6 years ago
github.com/falconry/falcon - guozhihua12 opened this issue almost 6 years ago
chore: add official support for CPython 3.7
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
feat(testing): allow path with a query string in simulate_request
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
Remove deprecation warnings when using context dict interface
github.com/falconry/falcon - vytas7 opened this issue almost 6 years ago
github.com/falconry/falcon - vytas7 opened this issue almost 6 years ago
fix(errors): call custom serializers even for errors without represention
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
style(testing): adapt to even more stringent requirements introduced by flake8 3.7
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
perf(API): revisit request-response cycle micro optimizations
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
fix(hooks): apply resource-level hooks even to suffixed responders
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
docs: update older URLs to https://falconframework.org
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 6 years ago
style: ignore Flake8 warning W504 and address W605 violations
github.com/falconry/falcon - vytas7 opened this pull request about 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request about 6 years ago
Why only '+' is converted to space and no other delimiters are taken care
github.com/falconry/falcon - nsonic001 opened this issue about 6 years ago
github.com/falconry/falcon - nsonic001 opened this issue about 6 years ago
Prefer exact match without parameters to match with extra parameters.
github.com/falconry/falcon - suola opened this issue about 6 years ago
github.com/falconry/falcon - suola opened this issue about 6 years ago
Scope out the work involved in adding serverless env support
github.com/falconry/falcon - kgriffs opened this issue about 6 years ago
github.com/falconry/falcon - kgriffs opened this issue about 6 years ago
Add falcon support to sphinxcontrib-httpdomain
github.com/falconry/falcon - carlodri opened this issue about 6 years ago
github.com/falconry/falcon - carlodri opened this issue about 6 years ago
feat: add type information - mypy support
github.com/falconry/falcon - CoreyCole opened this issue over 6 years ago
github.com/falconry/falcon - CoreyCole opened this issue over 6 years ago
fix(routing): assign Content-Type when serving static fallback files
github.com/falconry/falcon - vytas7 opened this pull request over 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 6 years ago
feat(API): Support http.HTTPStatus (a proof-of-concept prototype) (#1135)
github.com/falconry/falcon - vytas7 opened this pull request over 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 6 years ago
chore(middleware): Regain 100% test coverage of all code branches
github.com/falconry/falcon - vytas7 opened this pull request over 6 years ago
github.com/falconry/falcon - vytas7 opened this pull request over 6 years ago
Add a helper to generate the URL for a resource
github.com/falconry/falcon - kgriffs opened this issue over 6 years ago
github.com/falconry/falcon - kgriffs opened this issue over 6 years ago
Insufficient color contrast of code samples in PDF documentation
github.com/falconry/falcon - vytas7 opened this issue over 6 years ago
github.com/falconry/falcon - vytas7 opened this issue over 6 years ago
fix(media): Fix failing response media serialization on py27+ujson
github.com/falconry/falcon - vytas7 opened this pull request almost 7 years ago
github.com/falconry/falcon - vytas7 opened this pull request almost 7 years ago
Shortcut parameter `json` to set JSON body directly in simulate_request
github.com/falconry/falcon - vytas7 opened this pull request about 7 years ago
github.com/falconry/falcon - vytas7 opened this pull request about 7 years ago
docs(CONTRIBUTING): Make Python 3 version sanity check notes consistent
github.com/falconry/falcon - vytas7 opened this pull request about 7 years ago
github.com/falconry/falcon - vytas7 opened this pull request about 7 years ago
Create an official Falcon stable PPA build for users of older distributions
github.com/falconry/falcon - jmvrbanac opened this issue over 7 years ago
github.com/falconry/falcon - jmvrbanac opened this issue over 7 years ago
Give falconry.org a 4.0 update
github.com/falconry/falcon - kgriffs opened this issue over 7 years ago
github.com/falconry/falcon - kgriffs opened this issue over 7 years ago
Add MessagePack support to the test client
github.com/falconry/falcon - kgriffs opened this issue over 7 years ago
github.com/falconry/falcon - kgriffs opened this issue over 7 years ago
Middleware process_resource isn't called for sinks
github.com/falconry/falcon - mcm opened this issue over 7 years ago
github.com/falconry/falcon - mcm opened this issue over 7 years ago
Simulate multipart/form-data file upload with Falcon's Testing module
github.com/falconry/falcon - dirkschneemann opened this issue over 7 years ago
github.com/falconry/falcon - dirkschneemann opened this issue over 7 years ago
Evaluate the design and implementation of middleware as a whole
github.com/falconry/falcon - kgriffs opened this issue almost 8 years ago
github.com/falconry/falcon - kgriffs opened this issue almost 8 years ago
Reverse the order in which Request.client_prefers matches media types
github.com/falconry/falcon - kgriffs opened this issue over 8 years ago
github.com/falconry/falcon - kgriffs opened this issue over 8 years ago
Regular expression route converter
github.com/falconry/falcon - vit1251 opened this issue over 8 years ago
github.com/falconry/falcon - vit1251 opened this issue over 8 years ago
How about cascade blueprint like in flask
github.com/falconry/falcon - vit1251 opened this issue over 8 years ago
github.com/falconry/falcon - vit1251 opened this issue over 8 years ago
Add support for query string parameters in route templates
github.com/falconry/falcon - kgriffs opened this issue over 8 years ago
github.com/falconry/falcon - kgriffs opened this issue over 8 years ago
Provide official documentation in other languages
github.com/falconry/falcon - nomorepanic opened this issue over 8 years ago
github.com/falconry/falcon - nomorepanic opened this issue over 8 years ago
Consider supporting per-route config options
github.com/falconry/falcon - kgriffs opened this issue over 8 years ago
github.com/falconry/falcon - kgriffs opened this issue over 8 years ago
Should `falcon.HTTPNotAcceptable` support a format for listing available representations?
github.com/falconry/falcon - kgriffs opened this issue over 8 years ago
github.com/falconry/falcon - kgriffs opened this issue over 8 years ago
Flesh out the contributor's guide
github.com/falconry/falcon - kgriffs opened this issue almost 9 years ago
github.com/falconry/falcon - kgriffs opened this issue almost 9 years ago
How to write a test for an empty body in a POST?
github.com/falconry/falcon - bcthomas opened this issue almost 9 years ago
github.com/falconry/falcon - bcthomas opened this issue almost 9 years ago
Allow to customize not_found responder
github.com/falconry/falcon - yohanboniface opened this issue about 9 years ago
github.com/falconry/falcon - yohanboniface opened this issue about 9 years ago
Falcon should not be changing headers to lower case
github.com/falconry/falcon - dukedougal opened this issue over 9 years ago
github.com/falconry/falcon - dukedougal opened this issue over 9 years ago
Fill in the "Query Strings" section of tutorial.rst
github.com/falconry/falcon - kgriffs opened this issue over 9 years ago
github.com/falconry/falcon - kgriffs opened this issue over 9 years ago
Document the release process
github.com/falconry/falcon - kgriffs opened this issue over 9 years ago
github.com/falconry/falcon - kgriffs opened this issue over 9 years ago
Help onboard new doc contributors
github.com/falconry/falcon - kgriffs opened this issue almost 10 years ago
github.com/falconry/falcon - kgriffs opened this issue almost 10 years ago
Respect Content-Type header when encoding unicode bodies
github.com/falconry/falcon - kgriffs opened this issue almost 10 years ago
github.com/falconry/falcon - kgriffs opened this issue almost 10 years ago
Explore object-based routing
github.com/falconry/falcon - kgriffs opened this issue about 10 years ago
github.com/falconry/falcon - kgriffs opened this issue about 10 years ago
Add support in Request/Response for Accept-Language and Content-Language
github.com/falconry/falcon - kgriffs opened this issue over 10 years ago
github.com/falconry/falcon - kgriffs opened this issue over 10 years ago
Add support for link-extension to Response.append_link
github.com/falconry/falcon - kgriffs opened this issue over 10 years ago
github.com/falconry/falcon - kgriffs opened this issue over 10 years ago
Add experimental support for application/problem (RFC 9457)
github.com/falconry/falcon - kgriffs opened this issue over 11 years ago
github.com/falconry/falcon - kgriffs opened this issue over 11 years ago
Decorate source with Cython extensions where it helps
github.com/falconry/falcon - kgriffs opened this issue over 11 years ago
github.com/falconry/falcon - kgriffs opened this issue over 11 years ago
Add example code & recipes to test suite
github.com/falconry/falcon - kgriffs opened this issue almost 12 years ago
github.com/falconry/falcon - kgriffs opened this issue almost 12 years ago