Falcon v0.3.0.1 Documentation## The Falcon Web Framework 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 Rams of web frameworks the community! ## I RC While you experiment with Falcon and work to familiarize yourself with the WSGI framework, please consider joining the #falconframework IRC channel on Freenode [https://en.wikipedia readability. Created using Sphinx 1.2.3. ## FAQ ## How do I use WSGI middleware with Falcon? Instances of falcon.API are first-class WSGI apps, so you can use the standard pattern outlined in PEP-33330 码力 | 126 页 | 345.09 KB | 2 年前3
Falcon v3.1.1-b3 DocumentationUser 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 FAQ 81 5.2 Deployment Guide 102 5.2 Python Module Index 365 Index 367 ### Release v3.1b3 (Installation) Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST APIs and microservices, with a focus on reliability, ## FEATURES Falcon tries to do as little as possible while remaining highly effective. • ASGI, WSGI, and WebSocket support • Native asyncio support • No reliance on magic globals for routing and state0 码力 | 378 页 | 1.29 MB | 2 年前3
Falcon v1.2.0 DocumentationChangelogs 116 Python Module Index 125 ### 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 Contributor's Guide for more information. Thanks! ## FAQ ## How do I use WSGI middleware with Falcon? Instances of falcon.API are first-class WSGI apps, so you can use the standard pattern outlined in PEP-3333 import some_ middleware app = some_ middleware.DoSomethingFancy(my_restful_service.api) See also the WSGI middleware example given in PEP-3333. ## Why doesn’t Falcon come with batteries included? The Python0 码力 | 134 页 | 498.46 KB | 2 年前3
Falcon v1.0.0 Documentation4 Changelogs 74 Python 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 the community! ## I RC While you experiment with Falcon and work to familiarize yourself with the WSGI framework, please consider joining the #falconframework IRC channel on Freenode. It’s a great place doubt, optimize for readability. #### 5.1.3 FAQ ## How do I use WSGI middleware with Falcon? Instances of falcon.API are first-class WSGI apps, so you can use the standard pattern outlined in PEP-33330 码力 | 87 页 | 348.15 KB | 2 年前3
Falcon v3.1.1 DocumentationFramework 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, ## Features Falcon tries to do as little as possible while remaining highly effective. • ASGI, WSGI, and WebSocket support • Native asyncio support • No reliance on magic globals for routing and state RFCs • Idiomatic HTTP error responses • Straightforward exception handling • Snappy testing with WSGI/ASGI helpers and mocks • CPython 3.5+ and PyPy 3.5+ support ## Who’s Using Falcon? Falcon is used0 码力 | 540 页 | 476.60 KB | 2 年前3
Falcon v3.0.0 Documentationclass QuoteResource: # 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 ## Features Falcon tries to do as little as possible while remaining highly effective. • ASGI, WSGI, and WebSocket support • Native asyncio support • No reliance on magic globals for routing and state RFCs • Idiomatic HTTP error responses • Straightforward exception handling • Snappy testing with WSGI/ASGI helpers and mocks • CPython 3.5+ and PyPy 3.5+ support ## Who’s Using Falcon? Falcon is used0 码力 | 1055 页 | 739.30 KB | 2 年前3
Falcon v3.1.1-rc1 DocumentationUser 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 FAQ 81 5.2 Deployment Guide 102 5.2 Python Module Index 365 Index 367 ### Release v3.1rc1 (Installation) Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST APIs and microservices, with a focus on reliability, ## FEATURES Falcon tries to do as little as possible while remaining highly effective. • ASGI, WSGI, and WebSocket support • Native asyncio support • No reliance on magic globals for routing and state0 码力 | 378 页 | 1.29 MB | 2 年前3
waitress Documentation v1.1.0## Waitress Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs IP addresses, on port 8080, you can omit the host and port arguments and just call serve with the WSGI app as a single argument: from waitress import serve serve(wskiapp) Press Ctrl-C (or Ctrl-Break change this. There’s an entry point for PasteDeploy. (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:80800 码力 | 36 页 | 41.63 KB | 1 年前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 G.md] for more information. ## Thanks! ## FAQ # How do I use WSGI middleware with Falcon? Instances of falcon.API are first-class WSGI apps, so you can use the standard pattern outlined in PEP-3333 import some_middleware app = some_ middleware.DoSomethingFancy(my_restful_service.api) See also the WSGI middleware example [http://legacy.python.org/dev/peps/pep-3333/#middleware-components-that-play-both-sides]0 码力 | 177 页 | 252.56 KB | 2 年前3
Falcon v1.4.1 DocumentationChangelogs 137 Python Module Index 149 ### 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 and tries to do as little as possible while remaining highly effective. Falcon apps work with any WSGI server, and run great under CPython 2.7, PyPy, and CPython 3.3+. ## How is Falcon different? We Idiomatic HTTP error responses • Straightforward exception handling • Snappy unit testing through WSGI helpers and mocks • CPython 2.6-2.7, PyPy 2.7, Jython 2.7, and ### About Apache 2.0 Falcon is released0 码力 | 158 页 | 587.88 KB | 2 年前3
共 662 条
- 1
- 2
- 3
- 4
- 5
- 6
- 67













