Falcon v3.1.1 DocumentationThe 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 年前3
Falcon v1.2.0 DocumentationThe 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 年前3
Falcon v3.1.0 DocumentationThe 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 码力 | 537 页 | 474.34 KB | 1 年前3
Falcon v1.0.0 Documentationnext | Falcon 1.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 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 码力 | 249 页 | 406.22 KB | 1 年前3
Falcon v3.0.0 DocumentationThe 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 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 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 simply love the performance0 码力 | 1055 页 | 739.30 KB | 1 年前3
Falcon v1.0.0 Documentationnext | Falcon 1.1.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 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 码力 | 312 页 | 368.58 KB | 1 年前3
Falcon v1.4.0 DocumentationThe 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 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 码力 | 230 页 | 271.65 KB | 1 年前3
Falcon v2.0.0 DocumentationThe 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 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 simply love the performance0 码力 | 265 页 | 299.57 KB | 1 年前3
Falcon v1.3.0 DocumentationThe Falcon Web Framework 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 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 码力 | 194 页 | 266.90 KB | 1 年前3
Falcon v0.2.0 Documentationindex modules | next | Falcon 0.2.0rc1 documentation » The Falcon Web Framework 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 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 the style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self, id): return self._collection.find_one(id) app = falcon.API(after=[hooks.serialize]) app.add_route('/items/{id}'0 码力 | 188 页 | 358.44 KB | 1 年前3
共 576 条
- 1
- 2
- 3
- 4
- 5
- 6
- 58













