Falcon v1.0.0 Documentation## The Falcon Web Framework 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 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 码力 | 249 页 | 406.22 KB | 2 年前3
Falcon v3.0.0 DocumentationQuoteResource: # The Falcon Web Framework Release v3.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 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. def on_get(self Hopper' } resp.media = quote app = falcon.App() app.add_route('/quote', QuoteResource()) ## What People are Saying “We have been using Falcon as a replacement for [framework] and we simply0 码力 | 1055 页 | 739.30 KB | 2 年前3
Falcon v1.4.0 Documentation# Falcon Documentation Release 1.4.0 Kurt Griffiths et al. Jan 16, 2018 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.2 Classes and Functions 51 5.3 Community Guide 135 5.4 Changelogs 136 Python Module Index 147 ### Release v1.4 (Installation) Falcon is a to think of Falcon as the Dieter Rams of web frameworks. When it comes to building HTTP APIs, other frameworks weigh you down with tons of dependencies and unnecessary abstractions. Falcon cuts to the0 码力 | 156 页 | 573.94 KB | 2 年前3
Falcon v3.0.1 Documentation# Falcon Documentation Release 3.0.1 Kurt Griffiths et al. May 10, 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 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 v3.1.1 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.4.1 Documentation# Falcon Documentation Release 1.4.1 Kurt Griffiths et al. Jan 16, 2018 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.2 Classes and Functions 51 5.3 Community Guide 135 5.4 Changelogs 136 Python Module Index 147 ### Release v1.4 (Installation) Falcon is a to think of Falcon as the Dieter Rams of web frameworks. When it comes to building HTTP APIs, other frameworks weigh you down with tons of dependencies and unnecessary abstractions. Falcon cuts to the0 码力 | 156 页 | 574.46 KB | 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
共 148 条
- 1
- 2
- 3
- 4
- 5
- 6
- 15













