Falcon v3.0.0 Documentation
Falcon Documentation Release 3.0.0 Kurt Griffiths et al. Apr 05, 2021 CONTENTS 1 What People are Saying 3 2 Quick Links 5 3 Features 7 4 Who’s Using Falcon? 9 5 Documentation 11 5.1 User Guide Disclaimer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 5.2.2 Deploying Falcon on Linux with NGINX and uWSGI . . . . . . . . . . . . . . . . . . . . . 92 5.3 Community Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 5.3.2 Contribute to Falcon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 5.4 Framework Reference0 码力 | 344 页 | 1.16 MB | 1 年前3Falcon v1.3.0 Documentation
Falcon Documentation Release 1.3.0 Kurt Griffiths et al. Sep 06, 2017 Contents 1 What People are Saying 3 2 Features 5 3 Who’s Using Falcon? 7 4 Useful Links 9 5 Resources 11 6 Documentation 137 i ii Falcon Documentation, Release 1.3.0 Release v1.3 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self0 码力 | 146 页 | 535.22 KB | 1 年前3Falcon v3.1.1 Documentation
The Falcon Web Framework Release v3.1 (Installation) Falcon [https://falconframework.org] is a minimalist ASGI/WSGI framework for building mission-critical REST APIs and microservices, with a focus on on reliability, correctness, and performance at scale. We like to think of Falcon as the Dieter Rams of web frameworks. Falcon encourages the REST architectural style, and tries to do as little as possible resp.media = quote app = falcon.App() app.add_route('/quote', QuoteResource()) Quick Links Read the docs [https://falcon.readthedocs.io/en/stable] (FAQ [https://falcon.readthedocs.io/en/stable/user/faq0 码力 | 540 页 | 476.60 KB | 1 年前3Falcon v1.1.0 Documentation
Falcon Documentation Release 1.1.0 Kurt Griffiths et al. Oct 27, 2016 Contents 1 What People are Saying 3 2 Features 5 3 Who’s Using Falcon? 7 4 Useful Links 9 5 Resources 11 6 Documentation 105 i ii Falcon Documentation, Release 1.1.0 Release v1.1 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self0 码力 | 113 页 | 426.53 KB | 1 年前3Falcon v1.2.0 Documentation
The Falcon Web Framework Release v1.2 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter Rams of web frameworks unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def return self._collection.find_one(id) app = falcon.API(after=[hooks.serialize]) app.add_route('/items/{id}', CatalogItem()) What People are Saying “Falcon looks great so far. I hacked together a quick0 码力 | 177 页 | 252.56 KB | 1 年前3Falcon v1.0.0 Documentation
Falcon Documentation Release 1.0.0 Kurt Griffiths et al. May 11, 2016 Contents 1 What People are Saying 3 2 Features 5 3 Useful Links 7 4 Resources 9 5 Documentation 11 5.1 Community Guide . Index 79 i ii Falcon Documentation, Release 1.0.0 Release v1.0 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self0 码力 | 87 页 | 348.15 KB | 1 年前3Falcon v1.4.1 Documentation
Falcon Documentation Release 1.4.1.post-1 Kurt Griffiths et al. Aug 08, 2018 Contents 1 What People are Saying 3 2 Quick Links 5 3 Features 7 4 Who’s Using Falcon? 9 5 Documentation 11 5.1 User 149 i ii Falcon Documentation, Release 1.4.1.post-1 Release v1.4 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self0 码力 | 158 页 | 587.88 KB | 1 年前3Falcon v0.2.0 Documentation
Falcon Documentation Release 0.2.0rc1 Kurt Griffiths et al. November 23, 2016 Contents 1 What People are Saying 3 2 Features 5 3 Useful Links 7 4 Resources 9 5 Documentation 11 5.1 Community 63 i ii Falcon Documentation, Release 0.2.0rc1 Release v0.2. (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self0 码力 | 70 页 | 296.15 KB | 1 年前3Falcon v0.3.0.1 Documentation
Falcon Documentation Release 0.3.0 Kurt Griffiths et al. May 26, 2015 Contents 1 What People are Saying 3 2 Features 5 3 Useful Links 7 4 Resources 9 5 Documentation 11 5.1 Community Guide . Index 69 i ii Falcon Documentation, Release 0.3.0 Release v0.3 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self0 码力 | 77 页 | 311.34 KB | 1 年前3Falcon v2.0.0 Documentation
Falcon Documentation Release 2.0.0 Kurt Griffiths et al. Apr 26, 2019 Contents 1 What People are Saying 3 2 Quick Links 5 3 Features 7 4 Who’s Using Falcon? 9 5 Documentation 11 5.1 User Guide 175 i ii Falcon Documentation, Release 2.0.0 Release v2.0 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter HTTP APIs, other frameworks weigh you down with tons of dependencies and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class0 码力 | 184 页 | 671.87 KB | 1 年前3
共 144 条
- 1
- 2
- 3
- 4
- 5
- 6
- 15