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

Merge pull request #496 from mcmasterathl/mcmaster/fix_477

feat(Request) Add default parameter to get_param

github.com/falconry/falcon - 9dc3d87259b8fc50abc638a42b20e1eaa04d0cbc authored over 9 years ago by Kurt Griffiths <[email protected]>
feat(general): support Jython 2.7rc2

Does not appear to require any changes to the actual library code, only
to the tests

Jython 2.7...

github.com/falconry/falcon - d2c2ce9fc398ad9c5f0ff2d84f134e394b2e3429 authored over 9 years ago by Clara Bennett <[email protected]>
Merge pull request #500 from kgriffs/status_codes

fix(errors): Reuse '100 Continue' string

github.com/falconry/falcon - 66e70fad59fc2f7cb74da17067de3149a8ae0d01 authored over 9 years ago by John Vrbanac <[email protected]>
Merge pull request #499 from kgriffs/docs

doc(status): Document verbose status constants

github.com/falconry/falcon - d2654cbe7b31b737bc32313e49e973c432884a4b authored over 9 years ago by John Vrbanac <[email protected]>
fix(errors): Reuse '100 Continue' string

Alias HTTP_CONTINUE to HTTP_100 rather than setting it to separate string.

github.com/falconry/falcon - 96c6dbf27f1c58cdfe832c3cc02f054d2ff6d732 authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(status): Document verbose status constants

Add verbose status constants to the RST docs so that developers can discover
them without having...

github.com/falconry/falcon - 355b7d1716969815db5767d6399003c4a59cbbf1 authored over 9 years ago by Kurt Griffiths <[email protected]>
chore(Travis): Use notice, skip join, don't email

github.com/falconry/falcon - d5a0a95b72916a8666da1d9bb714f2e0dda1706a authored over 9 years ago by Kurt Griffiths <[email protected]>
feat(Request) Add default parameter to get_param

github.com/falconry/falcon - 25d09c9ba1e6ef25ad023a7c7279eac3beeb8429 authored over 9 years ago by Steve McMaster <[email protected]>
doc(AUTHORS): Add Gino. Thanks for contributing!

github.com/falconry/falcon - 5a80afbf30a7b47073e9b2bae84b38614da3b1aa authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #485 from ginoledesma/use-super

Use super() where possible

github.com/falconry/falcon - 66f3f8d7dd19fe3628b1a83ffdf183f711c7267d authored over 9 years ago by Kurt Griffiths <[email protected]>
fix(errors) Use super() when accessing parent classes

Use super() in object construction when accessing parent classes.
This allows Python's MRU to do...

github.com/falconry/falcon - 3a77ec34c40e0c3e4bae6f3c9a09ba3b5419853e authored over 9 years ago by Gino Ledesma <[email protected]>
doc(AUTHORS): Add mcmasterathl. Thanks for contributing!

github.com/falconry/falcon - 62f63a2ec384a804b3005397c4ba54311bd77e06 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #481 from mcmasterathl/master

feat(status_codes) Add friendly status code names

github.com/falconry/falcon - dd9b2f635d0cf7d46c5eb7874c3536a9b4acf32a authored over 9 years ago by John Vrbanac <[email protected]>
Merge pull request #492 from kgriffs/chore

chore: Enable pip caching for travis

github.com/falconry/falcon - 51429806830004da614812f7e1db2f422483a21e authored over 9 years ago by John Vrbanac <[email protected]>
chore: Enable pip caching for travis

github.com/falconry/falcon - 8206b34e39a104dfd9122c675ecbef2ae4c395f2 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #491 from kgriffs/chores

doc(README): Update travis and coverall links to refer to new org

github.com/falconry/falcon - fca2f2ce198c26f8630c6e6ef89af7b004fed348 authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(README): Update travis and coverall links to refer to new org

github.com/falconry/falcon - fe3b070e01c9bdb81e1ffb560f6c65bb2c45a37a authored over 9 years ago by Kurt Griffiths <[email protected]>
fix(cookies): Only accepting ascii encodable strings as cookie name + value

github.com/falconry/falcon - 39b0f6f1ab1216025b885427ac3b289e5286e6fa authored over 9 years ago by Henrik Tudborg <[email protected]>
feat(status_codes) Add friendly status code names

github.com/falconry/falcon - da14d42a3f4cf39155b37d97ffcb0bf77ccbc593 authored over 9 years ago by Steve McMaster <[email protected]>
doc(AUTHORS): Add John. Thanks for contributing!

github.com/falconry/falcon - e78fe38b0607b1921c963b7792f0e98bab18cb2d authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #480 from jmvrbanac/switching_to_svg

doc(README): Updating CI status badges to SVG

github.com/falconry/falcon - ee652e267ed8c9f049c0e05db4e474c8c89321fc authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(README): Updating CI status badges to SVG

Using svgs for the badges produces a more consistent visual experience
when rendered.

github.com/falconry/falcon - ca8ab266ce0f2ab03170bfea4b1c09d86ba7064d authored over 9 years ago by John Vrbanac <[email protected]>
feat(Response) Adding cookie helpers

Added the following new helpers for setting and getting cookies
- set_cookie(name : str, value :...

github.com/falconry/falcon - 1e085393e8e281a7aaaef1f11659dd00919040e0 authored over 9 years ago by Henrik Tudborg <[email protected]>
doc(AUTHORS): Add Lahache. Thanks for contributing!

github.com/falconry/falcon - d1f5a5c4ae6effc587df2c5afee74a7d09734bea authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #461 from steffgrez/decode

(fix)(utils/uri) change decode behavior for handle json/url values

github.com/falconry/falcon - 42992a8478f0347d90443391ec6de06452d4230f authored almost 10 years ago by Kurt Griffiths <[email protected]>
fix(utils/uri): Query string's parser no more handle percent-encoded character

Fix problem when client sent percent-encoded character like commas: they were
not escaped. Now t...

github.com/falconry/falcon - 9c61aa461153b5291c1235c6928932d7bacd6474 authored almost 10 years ago by Stephane LAHACHE <[email protected]>
chore: Add cgtx to AUTHORS. Thanks for contributing!

github.com/falconry/falcon - f36bd272d05e707ca6a7a60eb2732ce3ce82f0a7 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #465 from cgtx/minimum_six_version

fix(dependencies): falcon needs at least six 1.4.0

github.com/falconry/falcon - 13d324f1f1e8fcb0e441524b3faca5426c9bc015 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #472 from kgriffs/chore

doc: Remove 0.2 notice from README (RST version)

github.com/falconry/falcon - d317456c54657a803c93e5780438763d5cbc96bc authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc: Remove 0.2 notice from README (RST version)

Remove note about 0.2 since it is no longer relevant. This has already
been done for the Markdow...

github.com/falconry/falcon - d636f920d9364b67320f66eb173574356d1630cb authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #455 from HurricaneLabs/lwcolton-patch-readme-2.0-note

Update README to remove note about 2.0

github.com/falconry/falcon - 9c459d41e30778aa877b54b330914d8367b4f0eb authored almost 10 years ago by Kurt Griffiths <[email protected]>
fix(dependencies): falcon needs at least six 1.4.0

six.PY2 is used several times in falcon, but that wasn't added to six until 1.4.0

github.com/falconry/falcon - 144bb75b7c6fd21fec983220a113bd3837c94da9 authored almost 10 years ago by cgtx <[email protected]>
Update README to remove note about 2.0

Now that 2.0 is released we don't need this note.

github.com/falconry/falcon - 5b1d4dddd8b19546668efb226a2f79fdd85b1c66 authored almost 10 years ago by lwcolton <[email protected]>
chore: Clean up version info

github.com/falconry/falcon - b6b2bc62ee559377404d459af96fb0b6fb752c1a authored almost 10 years ago by Kurt Griffiths <[email protected]>
chore: Sign uploads to pypi

github.com/falconry/falcon - 1dd39e25b6b35e125491cd48ae3a97f87efbba77 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #451 from kgriffs/fix-middleware-docs

doc(Middleware): Correct and clarify a few passages of text

github.com/falconry/falcon - 36deebab3a275a413bacd0276563eb3c07c2e950 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(Middleware): Correct and clarify a few passages of text

The middleware components page includes a tip that talks about modifying
req.uri. That is a read...

github.com/falconry/falcon - f9d0ef65d2652907758afbe934f558fbee2cb849 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #448 from kgriffs/packaging

Packaging

github.com/falconry/falcon - 326cc2f534ef054bdafde03f9ed9668273eae20a authored almost 10 years ago by Kurt Griffiths <[email protected]>
chore(AUTHORS): Added Max and Jen. Thanks!

github.com/falconry/falcon - 91362f9dc6455e3f7b9d381eef4e01bcf95dffbf authored almost 10 years ago by Kurt Griffiths <[email protected]>
chore: Include docs and tests in the distribution archive

Include docs and tests in the archive, and update the README so that
it mentions needing to inst...

github.com/falconry/falcon - 66114ec098361e7de3c2ea66b753e9a54fb9d6cd authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #442 from mamachanko/fix-tutorial-sample-code

fix tutorial sample code

github.com/falconry/falcon - ef46b4abc806b463200fce9af0a8c5d7c5b6472d authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #444 from jenmontes/fix-complex-example

docs: Change complex example to match new middleware feature

github.com/falconry/falcon - fe5f5025e288d94f3916fe57587facfe246bbe1a authored almost 10 years ago by Kurt Griffiths <[email protected]>
chore: Create zip archive in addition to gztar

github.com/falconry/falcon - bba9174e45995aa83f16a8d37f5afd6ad0a172c6 authored almost 10 years ago by Kurt Griffiths <[email protected]>
chore: Prevent sdist from including 'dev' twice in the archive name

github.com/falconry/falcon - 69756bcf9a410c87a5231da4a176d4391f691baf authored almost 10 years ago by Kurt Griffiths <[email protected]>
docs: Change complex example to match new middleware feature

The `process_response` method of `JSONTranslator` is missing the
`resource` argument in order to...

github.com/falconry/falcon - 3cb5cfbbaea978820ad9014e1ccbd034314c7ddd authored almost 10 years ago by Jen Montes <[email protected]>
doc(tutorial): fix sample code and link msgpack

github.com/falconry/falcon - b1d4cca641031cdea60302bf7874106525e49000 authored almost 10 years ago by mamachanko <[email protected]>
chore: Open 0.3 development

github.com/falconry/falcon - 0f1ef875fb5037533da1e4d07a24e1a447602a43 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #441 from kgriffs/fix-big-picture

doc(Quickstart): Fix no spacing after "big picture" graphic

github.com/falconry/falcon - 23629a9e710630145246a21fb991d63e90476b3b authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #440 from kgriffs/fix-index

doc: Make the docs index more hierarchical

github.com/falconry/falcon - d17e8247e2e9d4bec4b3fddb0d7597448bae1292 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc: Make the docs index more hierarchical

With the standard RTD theme, the navigation sidebar flattens all TOCs listed
on the index page. ...

github.com/falconry/falcon - ed0eccb13571fc1fbec3de8fd1b6994d34ba637b authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(Quickstart): Fix no spacing after "big picture" graphic

github.com/falconry/falcon - 4e89448294bd2d638fa3cefa898496af6b9dacde authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #439 from kgriffs/changelog

doc: Add changelog for 0.2.0

github.com/falconry/falcon - ff74e7e65c97076989fc4517b72871180a33e0e8 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc: Add changelog for 0.2.0

github.com/falconry/falcon - 2458a5fdc293157b1d2661874f86160c7cddbb0b authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #435 from kgriffs/facelift

doc: Switch to using standard RTD theme

github.com/falconry/falcon - c67ab3ec97e0d34fb48b6a40f47ad856911097fa authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #438 from kgriffs/test-py34

chore: Enable py34 tests in Travis CI

github.com/falconry/falcon - 3cdad0b6caa27865f5f34918ff4f99cb3289ce49 authored almost 10 years ago by Kurt Griffiths <[email protected]>
chore: Enable py34 tests in Travis CI

github.com/falconry/falcon - 076bdc43ab38a8b7878a2826d53e18fbed810549 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #436 from kgriffs/fix-api-docstrings

doc(API): Fix markup errors in docstrings

github.com/falconry/falcon - 38ce113ab06bcf97d97061142fa0dd983a1b8eac authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(API): Fix markup errors in docstrings

Add missing backticks around `resp`, and add missing colon introducing
a sample code block.

github.com/falconry/falcon - 27f26b9967e5f1be4759f0a5ac33fbbd8f1092c3 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc: Switch to using standard RTD theme

Switch to using standard RTD theme for improved readability. Copy important
sidebar content to t...

github.com/falconry/falcon - 601e282c951d49e24375d77ffc072e36a49b5d1e authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #434 from kgriffs/fix-pylint-false-positives

fix(pylint): Disable false positives due to Python 2 vs. Python 3 branches

github.com/falconry/falcon - a605a812909aaf2d06e1570d7edf0248cc14a06c authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #433 from kgriffs/update-faq

doc(FAQ): Bring up to date with latest 0.2.0 code

github.com/falconry/falcon - 87c5b995c59f8349e82f7482580eaf9e542a18b2 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #432 from kgriffs/fix-error-typo

fix(HTTPError): Correct typo in default link text, make more generic

github.com/falconry/falcon - e72940494f882687a326d74c1c137a28014795cf authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #431 from kgriffs/misc-doc-fixes

doc: Minor tweaks to middleware docs and RTD template

github.com/falconry/falcon - 1b44f5693cf0212c0a3ecb5b35c3ca5bb023ddab authored almost 10 years ago by Kurt Griffiths <[email protected]>
fix(pylint): Disable false positives due to Python 2 vs. Python 3 branches

github.com/falconry/falcon - e1ac0aa3f3a865c208aa92269a233685765f15ea authored almost 10 years ago by Kurt Griffiths <[email protected]>
fix(HTTPError): Correct typo in default link text, make more generic

Correct the link text typo "documention" to "documentation". Also make
the text more generic by ...

github.com/falconry/falcon - bbc0882132dc91f2d822681029b2911b4b483328 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(FAQ): Bring up to date with latest 0.2.0 code

Update and polish the FAQ to reflect the latest updates to the 0.2.0 code
base, in anticipation ...

github.com/falconry/falcon - 7a304374a11e721f28913094f7a1414c5a099fbc authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc: Minor tweaks to middleware docs and RTD template

Misc. tweaks to the docs in preparation for 0.2.0rc1, including:
* Edit middleware docs for ...

github.com/falconry/falcon - a1e1a925e72ddfc7961dba2f2c8c0cc077e2137d authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #429 from rsyed83/doc_update

doc(middleware): Fix middleware interface in quickstart

github.com/falconry/falcon - 5bc5ac7502f46d5364655f7c70e092d29cb350e3 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #427 from kgriffs/issues/334

doc(reference): Standardize docstring syntax

github.com/falconry/falcon - 7df77ea43ab9e306acbea95224bcff23c6c3b605 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(middleware): Fix middleware interface in quickstart

The quickstart documentation has an incorrect example for process_resource middleware.

github.com/falconry/falcon - d9e4acccbd5390c90efcdbbc2763495dfb166c39 authored almost 10 years ago by Rahman Syed <[email protected]>
doc(reference): Standardize docstring syntax

Unify the use of markup in docstrings, particulary relating to the use of
backticks and asterisk...

github.com/falconry/falcon - da2bc234f86127b78a4256c9eb765dca32eae8d3 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #416 from rsyed83/middleware_process_resource

feat(middleware): Add middleware method "process_resource"

github.com/falconry/falcon - 5886e6482a70b5a9ff39d0cda60ef9d241092328 authored almost 10 years ago by Kurt Griffiths <[email protected]>
feat(middleware): Add middleware method "process_resource"

Create a new middleware method process_resource that occurs after process_request and routing, a...

github.com/falconry/falcon - ead6357fd5c4af35e8fd0e3ff88cc0c23360753c authored almost 10 years ago by Rahman Syed <[email protected]>
Merge pull request #419 from b6d/master

doc(Tutorial): Fix formatting of unordered list

github.com/falconry/falcon - 329652371d010abb8bef60bfb78345b278b2341e authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(Tutorial): Fix formatting of unordered list

github.com/falconry/falcon - 45ca88b3a14c5a6b11efb9ac1260da44a62e0427 authored almost 10 years ago by Bernhard Weitzhofer <[email protected]>
Merge pull request #412 from kgriffs/issues/296

Edit docs for correctness and clarity

github.com/falconry/falcon - fba36327f1022065b2416b0ffdbb75c9a96b04c1 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(AUTHORS): Add b6d. Thanks for contributing!

github.com/falconry/falcon - 02c6100826ba56cd470ae880491a4f1eb600530b authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #410 from b6d/master

docs(API): Fix signature of process_request(...) in API docstring

github.com/falconry/falcon - 13fd3560de9e891bc39da388dd8fdb3dee88ffb4 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(guide): Improve and correct the prose across several documentation pages

Edit the prose in the existing documentation for clarity and correctness.

Closes #296

github.com/falconry/falcon - 6beba38df1edeca34198f4c5eeebc9020bdd67e3 authored almost 10 years ago by Kurt Griffiths <[email protected]>
docs(API): Fix signature of process_request(...) in API docstring

github.com/falconry/falcon - 92c3effc6170050b69f0bf1db8a9ca8b0954f56a authored almost 10 years ago by Bernhard Weitzhofer <[email protected]>
chore: Bump version to 0.2.0rc1

Update the version so that people do not confuse HEAD with 0.2.0b2, which
was released a few wee...

github.com/falconry/falcon - e54ada0d679456497be3c98c50622d57bde588d6 authored almost 10 years ago by Kurt Griffiths <[email protected]>
chore: Clean up old files from the repo when publishing the website

github.com/falconry/falcon - ec147f118d2af0a3e93193844127492de38be87d authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #397 from kgriffs/test_error_serializer

test(HTTPError): Test to_json helper

github.com/falconry/falcon - 01d44130d204f933f2127955b70487a1ded373d5 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(guide): Update quickstart example code

Update the README and quickstart example code to showcase the new
middleware feature. Also tweak...

github.com/falconry/falcon - 87236e8c1c40a6c334d31c60fcd169b07863f865 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(hooks): Add resource param to examples

Add the new resource param to the examples in the hook documentation.

github.com/falconry/falcon - 749247699cd0f817092b17d8d8432dc811094b22 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(Installation): Add note about installing prelease versions

In order to reduce confusion, add a note about how to install the
Falcon 0.2 beta and release ca...

github.com/falconry/falcon - 2dcdc29e010b8651970819014bb90c6a011277ac authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(README): Add note about webob and code optimization to features list

Better express three of Falcon's most attractive features: performance,
clean code, and no depen...

github.com/falconry/falcon - 0a75607fd34720d5c37672a6779f2d1aea476634 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(API): Clarify that middleware expects instantiated class objects

Add a note to the middleware param documentation to ensure people don't
mistakenly pass class ty...

github.com/falconry/falcon - ffd505c8f60d5887cfe266cc4b9df6d1233be892 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(reference): Misc. tweaks to docstrings

Audit docstrings and touch up any that are unclear or out of date. Fix minor
typos as they are d...

github.com/falconry/falcon - 6ff79451c22250bc637216451c651d9451bb0ded authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(Response): status attribute must be set to a complete HTTP status line

Mitigate confusion around resp.status that may cause some developers to
assign just a code to it...

github.com/falconry/falcon - 81c9f2786b9b176b2ced3c2fa2f74df80eb721db authored almost 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #398 from thedrow/patch-1

Use travis' new build workers

github.com/falconry/falcon - ee82fb1c415b10896d236dbc934ebbe5198eb8d5 authored about 10 years ago by Kurt Griffiths <[email protected]>
Use travis' new build workers.

They boot faster and since we don't use sudo we can use them.

github.com/falconry/falcon - ddfce6c8bd5c979fdcaa13eb852c09ffc9eb51df authored about 10 years ago by Omer Katz <[email protected]>
chore: Only release sdist packages

github.com/falconry/falcon - 1e3fcbd348215bd3d1e297434412f3744ca4704a authored about 10 years ago by Kurt Griffiths <[email protected]>
chore: Bump version to 0.2.0b2

github.com/falconry/falcon - aae9ddf8ea2e138c9d869ae21b6d5b5201c6fff2 authored about 10 years ago by Kurt Griffiths <[email protected]>
test(HTTPError): Test to_json helper

Update the error serialization test so that it tests to_json, not just
to_yaml. Remove the depen...

github.com/falconry/falcon - 26ebe3bc9f99af76110d855afe6f9cdeb110ea05 authored about 10 years ago by Kurt Griffiths <[email protected]>
chore(AUTHORS): Added eerwitt. Thanks for contributing!

github.com/falconry/falcon - f7ea4b81226dd510b374d78a7d02ba49e0027488 authored about 10 years ago by Kurt Griffiths <[email protected]>
test(pep8): Increase max mccabe score from 12 to 15

Ocassionally we need to increase complexity in order to deal with
PY2 vs. PY3, or to optimize ho...

github.com/falconry/falcon - 6095e3a89edb2b91945331435727a85bdb7bbf7f authored about 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #394 from eerwitt/master

Middleware object example using bound methods

github.com/falconry/falcon - e9ce9ae5460a5a5b310c474901d3b14bcd32261d authored about 10 years ago by Kurt Griffiths <[email protected]>
Merge pull request #393 from TheSriram/bugfix_503

fix(errors): HTTPServiceUnavailable error's retry_after can be `datetime...

github.com/falconry/falcon - 6722c3828e168da2b589ca309f96a64c2c1458c6 authored about 10 years ago by Kurt Griffiths <[email protected]>
comment updated to use bound methods in the example.

github.com/falconry/falcon - c7555c5163dd5416d4c7e11643e850569d857875 authored about 10 years ago by e3 <[email protected]>