Falcon v3.0.0 Documentation# Falcon Documentation Release 3.0.0 Kurt Griffiths et al. Apr 05, 2021 Powered by TCPDF (www.tcpdf.org) ## CONTENTS 1 What People are Saying 3 2 Quick Links 5 3 Features 7 4 Who's Using Falcon Falcon? 9 5 Documentation 11 5.1 User Guide 11 5.1.1 Introduction 11 5.1.2 Installation 13 5.1.3 Quickstart 15 5.1.4 Tutorial (WSGI) 26 5.1.5 Tutorial (ASGI) 46 5.1.6 Recipes 67 5.1.7 Preamble & Disclaimer 92 5.2.2 Deploying Falcon on Linux with NGINX and uWSGI 92 5.3 Community Guide 95 5.3.1 Get Help 95 5.3.2 Contribute to Falcon 96 5.4 Framework Reference 97 5.4.1 The0 码力 | 344 页 | 1.16 MB | 2 年前3
Falcon v1.3.0 Documentation# Falcon Documentation Release 1.3.0 Kurt Griffiths et al. Sep 06, 2017 Powered by TCPDF (www.tcpdf.org) ## Contents 1 What People are Saying 3 2 Features 5 3 Who's Using Falcon? 7 4 Useful Module Index 137 ### 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 Rams of web frameworks. When it 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 | 2 年前3
Falcon 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 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) - Falcon add-ons and complementary0 码力 | 540 页 | 476.60 KB | 2 年前3
Falcon v1.1.0 Documentation# Falcon Documentation Release 1.1.0 Kurt Griffiths et al. Oct 27, 2016 Powered by TCPDF (www.tcpdf.org) 1 What People are Saying 3 2 Features 5 3 Who's Using Falcon? 7 4 Useful Links 9 5 Module Index 105 ### 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 Rams of web frameworks. When it 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 | 2 年前3
Falcon 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 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(self return self.__collection.find_one(id) app = falcon.API(after=[hooks.序列化]) app.add_route('/items/{id}', CatalogItem()) ## What People are Saying “Falcon looks great so far. I hacked together a quick0 码力 | 177 页 | 252.56 KB | 2 年前3
Falcon v1.0.0 Documentation# Falcon Documentation Release 1.0.0 Kurt Griffiths et al. May 11, 2016 Powered by TCPDF (www.tcpdf.org) 1 What People are Saying 3 2 Features 5 3 Useful Links 7 4 Resources 9 5 Documentation Module Index 79 ### 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 Rams of web frameworks. When it 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 | 2 年前3
Falcon v3.1.1-a Documentation# Falcon Documentation Release 3.1.1 Kurt Griffiths et al. Nov 18, 2022 Powered by TCPDF (www.tcpdf.org) ## CONTENTS 1 Quick Links 3 2 What People are Saying 5 3 Features 7 4 Who's Using Falcon Falcon? 9 5 Documentation 11 5.1 User Guide 11 5.1.1 Introduction 11 5.1.2 Installation 13 5.1.3 Quickstart 15 5.1.4 Tutorial (WSGI) 27 5.1.5 Tutorial (ASGI) 49 5.1.6 Recipes 70 5.1.7 Preamble & Disclaimer 102 5.2.2 Deploying Falcon on Linux with NGINX and uWSGI 102 5.3 Community Guide 105 5.3.1 Get Help 105 5.3.2 Contribute to Falcon 106 5.4 Framework Reference 107 5.4.10 码力 | 378 页 | 1.29 MB | 2 年前3
Falcon v1.0.0 Documentation## The Falcon Web Framework 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 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 a0 码力 | 312 页 | 368.58 KB | 2 年前3
Falcon v1.4.0 Documentation# The Falcon Web Framework 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 Rams of web frameworks dependencies 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(self 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 together0 码力 | 230 页 | 271.65 KB | 2 年前3
Falcon v2.0.0 Documentation# The Falcon Web Framework 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 Rams of web frameworks 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. class Hopper' } resp.media = quote api = falcon.API() api.add_route('/quote', QuoteResource()) ## What People are Saying “We have been using Falcon as a replacement for [framework] and we simply0 码力 | 265 页 | 299.57 KB | 2 年前3
共 152 条
- 1
- 2
- 3
- 4
- 5
- 6
- 16













