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 #589 from kgriffs/optimize_http_date_parsing

perf(request): Optimize HTTP date parsing

github.com/falconry/falcon - 6b3654ddfaf0c456ef2eacd38accaffec4d347b5 authored over 9 years ago by John Vrbanac <[email protected]>
perf(request): Optimize HTTP date parsing

Don't check for obsolete date formats by default. When obsolete date
formats are not enabled, av...

github.com/falconry/falcon - e6a9899e85001e7610d828c2ac7a6bc6ea62b69e authored over 9 years ago by Kurt Griffiths <[email protected]>
chore(test): Add codecov badge

github.com/falconry/falcon - ab2602a43ff21083193ec37ee353a0763643dc02 authored over 9 years ago by Kurt Griffiths <[email protected]>
chore(test): Enable codecov

github.com/falconry/falcon - 34cddb7f1ceb938a8565028883ab9d169b9739db authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #494 from mcm/mcmaster/fix_255

fix(util) Add support for obsolete HTTP date formats

github.com/falconry/falcon - ccb2078733421e303e42fa152bc7dcbaf33da602 authored over 9 years ago by Kurt Griffiths <[email protected]>
fix(Response): HTTP headers as strings

Ensure HTTP headers and values are string types per PEP3333. This
fixes WSGI servers running und...

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

github.com/falconry/falcon - a2a117735e27416574b9db2a4f3376d28716a78b authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #575 from adamyala/update_documentation_to_inherit_from_object

Updated quickstart examples to inherit from object (new-style classes)

github.com/falconry/falcon - d73fc18953ec78951957602aa15d4437cd576a40 authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(quickstart): Update examples to use new-style classes

Closes #565

github.com/falconry/falcon - c6388fc9fe576d6dd9b7daacbb1b74a39f699e24 authored over 9 years ago by Adam Yala <[email protected]>
feat(routing): Allow digits and underscore in compile_uri_template

Allow URI template fields to contain numbers so long as the field name
does not start with a num...

github.com/falconry/falcon - efa763042f450063dc89e40774919b23eade2208 authored over 9 years ago by BenjamenMeyer <[email protected]>
fix(test_cookies): Fix references to *httponly* and *secure*

Starting in Python 3.4.3 the attributes *httponly* and *secure* are
camelcased when serialized. ...

github.com/falconry/falcon - e10ff5102713d69b56b527938651c61a7f8bd0b2 authored over 9 years ago by carlgeorge <[email protected]>
doc(AUTHORS): Add ueg1990. Thanks Usman!

github.com/falconry/falcon - e4543098a31b99f85c85502197060b105053962b authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #503 from ueg1990/issue_430

Add support for setting the realm to the HTTPUnauthorized class

github.com/falconry/falcon - af5ac0c9db5b8e92c89f310b7e4e7c9f136c224e authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #566 from kgriffs/get_header

feat(response): Add get_header method

github.com/falconry/falcon - 17eb044fbe35fcad8402e9c2c04f93e2dbc0841b authored over 9 years ago by Kurt Griffiths <[email protected]>
feat(response): Add get_header method

Previously there was no way to check if a header had been set on
a response, without accessing _...

github.com/falconry/falcon - 8afae0233aee07615cae92ec08505400b390b879 authored over 9 years ago by Colton Leekley-Winslow <[email protected]>
doc(AUTHORS): Add hpincket. Thanks Harrison!

github.com/falconry/falcon - d9e049e30505da7d7e71696042fe3c6a3f6bd4cb authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #557 from hpincket/patch-1

docs(tutorial): note depreciation of global hooks

github.com/falconry/falcon - 58264685aaaac89f718b837ea59f683dedd9e7b6 authored over 9 years ago by Kurt Griffiths <[email protected]>
docs(tutorial): Remove references to global hooks

* In L551, remove the "or even globally" clause.
* In L561-L563, remove reference to global hoo...

github.com/falconry/falcon - 3101063671aaad55d8d0904d119e4314a98a017d authored over 9 years ago by hpincket <[email protected]>
doc(AUTHORS): Add chripede. Thanks Christian!

github.com/falconry/falcon - 7331d5d1bfcadf8abc4d68f5d417d214f04f1730 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #559 from chripede/chripede-patch-1

Add additional HTTP status codes

github.com/falconry/falcon - a9946d7c1eea8f16a5237cb9e5c24da9854d741f authored over 9 years ago by Kurt Griffiths <[email protected]>
Document new response codes

github.com/falconry/falcon - 702b7a7f7b254749eaf8d62023ab5b9f384259a5 authored over 9 years ago by Christian Pedersen <[email protected]>
Add HTTP response codes

Implementation of response codes from http://tools.ietf.org/html/rfc6585

github.com/falconry/falcon - e349e32e61cb9789c2ae544c12215dfd3e8afc9e authored over 9 years ago by Christian Pedersen <[email protected]>
docs(tutorial): note depreciation of global hooks

- remove global hook code example
- add mention of middleware
- add reference link to middle...

github.com/falconry/falcon - 528b729d0d8332edcdb0fd2b46d46858bd2a2287 authored over 9 years ago by hpincket <[email protected]>
doc(AUTHORS): Add Maxim. Thanks for contributing!

github.com/falconry/falcon - b2eac62931ad66646621241ddb03d9c4dc054635 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #554 from muodov/patch-1

doc(Tutorial): Fixed hooks interface in tutorial

github.com/falconry/falcon - 67f932d9fb6636f7cba0ee815089b006ae919d63 authored over 9 years ago by John Vrbanac <[email protected]>
docs(Tutorial): Fix hooks interface in tutorial

Hooks section in the Tutorial was a bit misleading
because hooks interface in examples was outda...

github.com/falconry/falcon - 11c254c16b622ac26caa9893cd8bbbaeb14624ec authored over 9 years ago by Zok Muodov <[email protected]>
doc: Add testimonial

github.com/falconry/falcon - c91803700439c15d6b91fd573a943be84553764c authored over 9 years ago by Kurt Griffiths <[email protected]>
doc: Display version 0.4 instead of 0.3

github.com/falconry/falcon - af25a9be5f9dd532a437f57e01e8f6445c7acbf9 authored over 9 years ago by Kurt Griffiths <[email protected]>
chore: Open 0.4 development

github.com/falconry/falcon - 4e0ec585c54c15f9fd0608a6cbeb680207c14328 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #550 from kgriffs/issue/549

fix: Make invalid, missing param error messages more generic

github.com/falconry/falcon - 9f1b9b691159cf0597daa38bbeb70f7ec26c32f4 authored over 9 years ago by Kurt Griffiths <[email protected]>
fix: Make invalid, missing param error messages more generic

These errors may refer to form params, not just query string params. Adjust
the response message...

github.com/falconry/falcon - 36b4e7ffe6b900925ea7159d998509a736d78ab1 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #548 from kgriffs/jython

chore: Add smoke test to Jython Travis job

github.com/falconry/falcon - 47e65705b3f3945c9e60dfc0a932d686971e74d2 authored over 9 years ago by Kurt Griffiths <[email protected]>
chore: Add smoke test to Jython Travis job

github.com/falconry/falcon - 82c9a0f5222cadf15340fc134a51dca89747a8fe authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #547 from kgriffs/readme

doc(README): Mention Jython 2.7 support

github.com/falconry/falcon - c41cdbe403e2d132ee276f4bdd3e2f7fa090cc6b authored over 9 years ago by John Vrbanac <[email protected]>
doc(README): Mention Jython 2.7 support

github.com/falconry/falcon - 690785b1a75d72ed8d83bffca1419ceb83787d61 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #546 from kgriffs/jython

chore(Jython): Update Travis script to pull Jython 2.7.0 final

github.com/falconry/falcon - e07450f1fb38bb684521ca387bb7397c06a982b1 authored over 9 years ago by John Vrbanac <[email protected]>
chore(Jython): Update Travis script to pull Jython 2.7.0 final

github.com/falconry/falcon - 57123f24d8161fc2283ab546cf7cf4fb93c359ec authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #543 from sebasmagri/tutorial-msgpack-example-improvements

doc(Tutorial): Improvements to the msgpack example

github.com/falconry/falcon - 713bf7d41ce006093c7ca5238908363cf4e6d84b authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(Tutorial): Improvements to the msgpack example

Add more detailed instructions on how to use msgpack as a serialization
alternative to the defau...

github.com/falconry/falcon - 4655aa9217fbdad5991021d34466088cfa70fcac authored over 9 years ago by Sebastián Magrí <[email protected]>
Merge pull request #541 from kgriffs/issues/532

fix(routing): Restore compile_uri_template

github.com/falconry/falcon - 2303ff0fee87dbce6587819500b21da89ec28227 authored over 9 years ago by John Vrbanac <[email protected]>
Merge pull request #538 from kgriffs/routing

fix(DefaultRouter): Handle additional edge cases

github.com/falconry/falcon - de098458045f79a6be6309af6e9d763e74846e49 authored over 9 years ago by John Vrbanac <[email protected]>
fix(routing): Restore compile_uri_template

Restore the compile_uri_template function to the routing module to
ensure backwards compatibilit...

github.com/falconry/falcon - bca1bd6197fa5f4fe751d20aee7ab1fbc6bc55f7 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #540 from kgriffs/issues/534

fix(Request): get_header raises the wrong exception

github.com/falconry/falcon - 6912cdc1232754f8e8be4bd25ce150f9485012c2 authored over 9 years ago by John Vrbanac <[email protected]>
fix(Request): get_header raises the wrong exception

Modify req.get_header to raise HTTPMissingHeader and update the relevant
test to verify the fix....

github.com/falconry/falcon - 5a36f00bed0dd029a4270035ee897b32829dd4db authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #537 from kgriffs/chore

chore: Do not profile code for regular py27 env

github.com/falconry/falcon - 3791b3a1c9e210e2e04a8a57f64561101685ef0e authored over 9 years ago by John Vrbanac <[email protected]>
fix(DefaultRouter): Handle additional edge cases

1. The order routes are added should not matter
2. Ensure entire path is consumed before returni...

github.com/falconry/falcon - 8721653f9abf0ec075fdd9e65fba5bdbfdb02574 authored over 9 years ago by Kurt Griffiths <[email protected]>
chore: Do not profile code for regular py27 env

github.com/falconry/falcon - 4816a1883065b0e7dfc59e6a6716267de70b9db0 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #536 from xiaclo/master

fix(DefaultRouter): Regression with mixed static and dynamic route segments

github.com/falconry/falcon - 0af00afd67d92dbf9c6a721d0a1d1218408c1eb7 authored over 9 years ago by Kurt Griffiths <[email protected]>
Fix DefaultRouter conflict bug

The DefaultRouter will now allow static routes to be placed before
simple variable ones. Placin...

github.com/falconry/falcon - efc871dcc362138a4bb2fea7c2462b02ed112b23 authored over 9 years ago by Jason Campbell <[email protected]>
fix(HTTPUnauthorized): Add support for setting the realm to the HTTPUnauthorized class

Based on RFC 7235, add challenges to HTTP Unauthorized to indicate
authentication scheme. A serve...

github.com/falconry/falcon - 2d048428cf851b75c04d615c511a19c50e0bad5e authored over 9 years ago by ueg1990 <[email protected]>
Merge pull request #533 from kgriffs/repair-httpnow

fix(testing): Restore httpnow

github.com/falconry/falcon - 3b8f118db4e10afa77d246d8c93b1e9568f07fb3 authored over 9 years ago by Kurt Griffiths <[email protected]>
fix(testing): Restore httpnow

falcon.testing.httpnow was removed by a previous commit. Restore it as an
alias for the sake of ...

github.com/falconry/falcon - 9ff643ad260fad3f5f4f883150b2f890d4625486 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #530 from kgriffs/changelog

doc(Changelog): Added changelog for 0.3.0

github.com/falconry/falcon - eabdb771d6844ca2eaf098858b02c3e00f407a96 authored over 9 years ago by John Vrbanac <[email protected]>
Merge pull request #531 from kgriffs/sphinx-warnings

doc: Fix misc sphinx warnings

github.com/falconry/falcon - 490b16f58fc45dcdc72ce929052a1cc5f42e2f06 authored over 9 years ago by John Vrbanac <[email protected]>
doc: Fix misc sphinx warnings

github.com/falconry/falcon - 789021985f77c0d13dc3929cdedaa6bbe53e87d1 authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(Changelog): Added changelog for 0.3.0

github.com/falconry/falcon - ff9d03ad6a7f3f05509567f521488634094cc956 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #526 from kgriffs/cookie-docs

doc(Response): Clean up set_cookie() docstring

github.com/falconry/falcon - 99c492a908dd37da303c0471853d9b79fcee7543 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #527 from kgriffs/optimize-datetime

perf(Request): Remove extra datetime namespace lookup

github.com/falconry/falcon - 2e8428615206e4fc4171bdbc792cd6c4abe48129 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #529 from kgriffs/doc-timezone

doc(util): Document the TimezoneGTM class

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

doc(Routing): Update documentation per new routing engine

github.com/falconry/falcon - 718b826b651228db0d500b9b68cec70767f03611 authored over 9 years ago by John Vrbanac <[email protected]>
doc(util): Document the TimezoneGTM class

github.com/falconry/falcon - 6cfd383259ed17db2707f136fb5518de558a67dc authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(Routing): Update documentation per new routing engine

Clean up documentation regarding routing. Remove references to RFC 6570 and
mention the new supp...

github.com/falconry/falcon - 4ee5188e3ef84c1cd0333083018e10158a98d3d6 authored over 9 years ago by Kurt Griffiths <[email protected]>
perf(Request): Remove extra datetime namespace lookup

Hoist datetime methods so that they can be called directly, thus avoiding
an additional namespac...

github.com/falconry/falcon - a0a639d78d5dae327909305e1174de55db0ab0d5 authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(Response): Clean up set_cookie() docstring

Edit the docstring for clarity and accuracy. Remove unnecessary language
copy-pasted from the RFC.

github.com/falconry/falcon - e1fa52d0946e73d726e9fb1fa64401796026770f authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #525 from kgriffs/doc

doc(Request): Fix up get_param_as_date docstring

github.com/falconry/falcon - 6608a5f10aead236ae5345488813de805b85b064 authored over 9 years ago by John Vrbanac <[email protected]>
Merge pull request #524 from kgriffs/routing

fix(Router): Fix some edge-case bugs in the new compiled router

github.com/falconry/falcon - 711dd56f1ea574270eed4998423e073726c3d791 authored over 9 years ago by John Vrbanac <[email protected]>
doc(Request): Fix up get_param_as_date docstring

Standardize the docstring, fix typos, and add whitespace to code to
enhance readability.

github.com/falconry/falcon - 70dbad5e6cff9aa4385602fbd459d643640a4dc2 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #519 from mcmasterathl/hl/feature_293

feat(request): Add function to get param as date

github.com/falconry/falcon - c733d20638b4bcb7563f5d9756cec6409e6d2d96 authored over 9 years ago by Kurt Griffiths <[email protected]>
fix(Router): Fix some edge-case bugs in the new compiled router

A few edge cases were not included in the test suite. Add additional tests
and fix any bugs that...

github.com/falconry/falcon - 38cbd15eaad9e8b486ac511dcbfa9cd34b415c37 authored over 9 years ago by Kurt Griffiths <[email protected]>
fix(util) Add support for obsolete HTTP date formats

Update http_date_to_dt to support obsolete date formats per RFC 7231.

Fixes #255

github.com/falconry/falcon - 4e9806a2b1d5220ecb4504f21cfa253e74e499dd authored over 9 years ago by Steve McMaster <[email protected]>
feat(request): Add function to get param as date

A user requested a feature where a param could be automatically parsed into a date.

closes #293

github.com/falconry/falcon - 09f9af1d7030d361d8bb9c7df6c1a8694645bd0d authored over 9 years ago by Colton Leekley-Winslow <[email protected]>
Merge pull request #523 from kgriffs/optimizations

perf: Minor performance optimizations

github.com/falconry/falcon - 92560ebafb8dc20f8aaa6e072536185622c5a88e authored over 9 years ago by John Vrbanac <[email protected]>
perf: Reduce namespace lookups for imported functions

Avoid dictionary lookups when resolving names of imported functions
by importing them directly i...

github.com/falconry/falcon - a174d79ca217ae8489d21607c3a65c5e4ee5d6ff authored over 9 years ago by Kurt Griffiths <[email protected]>
perf(Request): Don't instantiate the params dict twice

Do not create an additional empty params dict when the query string
contains parameters.

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

github.com/falconry/falcon - 725d06da2b748c6d27fe32d982641f84273759d1 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #405 from tbug/feature/cookiehelpers

feat(Response) Add cookie helpers

github.com/falconry/falcon - e7ae9830fbff5278dfd2d5cbe5fa511f7962adde authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #521 from zg/patch-1

Minor typo

github.com/falconry/falcon - 162ce9a855174e53a3ecceebf8a5238f50732ed8 authored over 9 years ago by John Vrbanac <[email protected]>
Minor typo

github.com/falconry/falcon - cbec55ab7b84d3ecb412700f3050cd386a328990 authored over 9 years ago by Zack Gold <[email protected]>
fix(cookies) re-doing is_ascii_encodable

Also renaming httponly to http_only (still called httponly in
the cookie, ofc)

github.com/falconry/falcon - 6d75a6813921ea64a6b1788f2659c87b31b71cb6 authored over 9 years ago by Henrik Tudborg <[email protected]>
Merge pull request #502 from mcmasterathl/mcmaster/feature_414

feat(api) Add HTTPStatus exception for immediate response

github.com/falconry/falcon - d836d65063c5832e74e001beb6a5dec3d3049045 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #484 from kgriffs/routing

feat(routing): New router architecture and faster default router

github.com/falconry/falcon - 0c6edb6460057b8cb57c75a62caf960142089f05 authored over 9 years ago by John Vrbanac <[email protected]>
feat(routing): New router architecture and faster default router

This replaces the routing logic with a new, faster strategy based on on-the-fly
generation of Py...

github.com/falconry/falcon - 4a5e5b1a54db42ecb537a43fd7ec2d9a5a030046 authored over 9 years ago by Richard Olsson <[email protected]>
Merge pull request #513 from jmvrbanac/add_jython_classifier

chore(PyPI): Adding PyPI classifier for Jython

github.com/falconry/falcon - 1862c97d6e8768bc5ed306dfb28a14415f7bc971 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #511 from HurricaneLabs/feature_254

fix(Request): Return date headers as datetime objects

github.com/falconry/falcon - e4aebf350f7d5dbc618c523f32366eda77312697 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #510 from HurricaneLabs/change_travis_line_length

style(pep8): Allow lines up to 99 characters

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

doc(AUTHORS): Add Clara. Thanks for contributing!

github.com/falconry/falcon - dbae5e5aa548d850cefdfd11715d92c4beb88d69 authored over 9 years ago by Kurt Griffiths <[email protected]>
chore(PyPI): Adding PyPI classifier for Jython

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

github.com/falconry/falcon - 970906172a0e1b85d647c4fe0da945e5a7b184b0 authored over 9 years ago by John Vrbanac <[email protected]>
Merge pull request #488 from csojinb/jython_support

feat(general): support Jython 2.7rc2

github.com/falconry/falcon - 67c22a6f23c870ce7c1cc84a3339c37bb08b033a authored over 9 years ago by John Vrbanac <[email protected]>
feat(api) Add HTTPStatus exception for immediate response

Add an HTTPStatus exception that is handled similarly to HTTPError in
terms of hooks and middlew...

github.com/falconry/falcon - 34e89dbc86c59bc41a6a5eb7cc26e50db91d7c03 authored over 9 years ago by Steve McMaster <[email protected]>
fix(Request): Return date headers as datetime objects

Change if-modified-since and if-unmodified-since headers to datetime
objects instead of strings....

github.com/falconry/falcon - eea0d5ec97f630ce66861026b9a4965782a3bba1 authored over 9 years ago by Gino Ledesma <[email protected]>
style(pep8): Allow lines up to 99 characters

Change flake8 config in tox.ini to allow lines up to 99 characters

github.com/falconry/falcon - 996dd30a4586b1a7b216a54610eece31a0dac03a authored over 9 years ago by Colton Leekley-Winslow <[email protected]>
Merge pull request #509 from kgriffs/fix_cythoned

chore(cython): Recusively remove compiled module files

github.com/falconry/falcon - 73d9f4142ff9f04342f6abfe649c98dda409c477 authored over 9 years ago by John Vrbanac <[email protected]>
Merge pull request #506 from HurricaneLabs/add_resource_middleware_info

docs(api): Add info to docstring about resource middleware

github.com/falconry/falcon - 947bcaf81f83ed9e1b7bf7bd1cbb219bf3e5e01b authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #497 from mcmasterathl/mcmaster/doc_476

doc(install) Warn about python updates when using cython

github.com/falconry/falcon - a63c6e5e90c8324b978bc5cfd9828f3b25073245 authored over 9 years ago by Kurt Griffiths <[email protected]>
chore(cython): Recusively remove compiled module files

Modify clean_cythoned.sh to recusively delete compilation artifacts.

github.com/falconry/falcon - 9167eca24fb759e3fe86f61e9b44aa6ec2a3d653 authored over 9 years ago by Kurt Griffiths <[email protected]>
Merge pull request #505 from HurricaneLabs/fix_387

fix(request.range): Require bytes prefix for range

github.com/falconry/falcon - c294ec15fc1bc869456b30f5be55d6940870a834 authored over 9 years ago by Kurt Griffiths <[email protected]>
docs(api): Add info to docstring about resource middleware

The docstring for the api class has info about middleware.
The part about resource middleware wa...

github.com/falconry/falcon - 0d5c0ac57fd6e0dde56c3249c3c024e1d4a3f792 authored over 9 years ago by Colton Leekley-Winslow <[email protected]>
fix(request.range): Require bytes prefix for range

The range attribute of the Request object now requires that the value be prefix with 'bytes='

F...

github.com/falconry/falcon - 1846d1d47682338c03db85415d84d7617b596d25 authored over 9 years ago by Colton Leekley-Winslow <[email protected]>
doc(install) Warn about python updates when using cython

Closes #476

github.com/falconry/falcon - 70c6f1d3c93631326a37b20306712cfdeeca6cd3 authored over 9 years ago by Steve McMaster <[email protected]>