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 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 v3.0.0-b2 Documentation# Falcon Documentation Release 3.0.0b2 Kurt Griffiths et al. Mar 03, 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 Using 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 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 码力 | 340 页 | 1.15 MB | 2 年前3
Falcon v3.0.0-b1 DocumentationQuoteResource: # The Falcon Web Framework Release v3.0b1 (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 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 码力 | 1028 页 | 725.86 KB | 2 年前3
Falcon v3.0.0-b1 Documentation# Falcon Documentation Release 3.0.0b1 Kurt Griffiths et al. Dec 23, 2020 Powered by TCPDF (www.tcpdf.org) ## CONTENTS 1 What People are Saying 3 2 Quick Links 5 3 Features 7 4 Who's Using Using 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 66 5.1 Preamble & Disclaimer 91 5.2.2 Deploying Falcon on Linux with NGINX and uWSGI 91 5.3 Community Guide 94 5.3.1 Get Help 94 5.3.2 Contribute to Falcon 95 5.4 Framework Reference 96 5.4.1 The0 码力 | 338 页 | 1.14 MB | 2 年前3
Falcon v3.0.0-b2 DocumentationQuoteResource: # The Falcon Web Framework Release v3.0b2 (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 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 码力 | 1041 页 | 730.21 KB | 2 年前3
Spring Framework 3.0.0 ChangelogChanges in version 3.0.0.GA (2009-12-16) * component scanning autodetects the new EE 6 "javax.annotation.ManagedBean" stereotype * updated JPA 2.0 support to the final spec (tested compatibility interceptors support to MVC namespace, for path-based interceptor mappings ##### Changes in version 3.0.0.RC2 (2009-11-13) * updated to final versions of JSR-330 "javax.inject" and JSR-303 "javax timer") * deprecated remoting support for JAX-RPC (in favor of JAX-WS) ##### Changes in version 3.0.0.RC1 (2009-09-25) * upgraded to CGLIB 2.2, AspectJ 1.6.5, Groovy 1.6.3, EHCache 1.6.2, JUnit 4.7,0 码力 | 9 页 | 24.89 KB | 2 年前3
peewee Documentation Release 3.0.0submitting this code. ## Falcon The connection handling code can be placed in a middleware component [https://falcon.readthedocs.io/en/stable/api/Middleware.html]. import falcon from peewee import * database resource): if not database.is_closed(): database.close() application = falcon.API(Middleware=[ PeeweeConnectionMiddleware(), # ... other middlewares ... ]) ## Pyramid0 码力 | 319 页 | 361.50 KB | 1 年前3
Spring Boot 3.0.0-M4 Reference GuideVedran Pavić, Jay Bryant, Madhura Bhave, Eddú Meléndez, Scott Frederick, Moritz Halbritter Version 3.0.0-M4 ## Table of Contents 1. Legal ..... 2 2. Getting Help ..... 3 3. Documentation Overview . generation and no requirement for XML configuration. #### 4.2. System Requirements Spring Boot 3.0.0-M4 requires Java 17 and is compatible up to and including Java 18. Spring Framework 6.0.0-M5 or above Spring CLI distribution from the Spring software repository: • spring-boot-cli-3.0.0-M4-bin.zip • spring-boot-cli-3.0.0-M4-bin.tar.gz Cutting edge snapshot distributions are also available. Once downloaded0 码力 | 832 页 | 14.77 MB | 2 年前3
Spring Boot 3.0.0-RC2 Reference GuideVedran Pavić, Jay Bryant, Madhura Bhave, Eddú Meléndez, Scott Frederick, Moritz Halbritter Version 3.0.0-RC2 ## Table of Contents 1. Legal ..... 2 2. Getting Help ..... 3 3. Documentation Overview generation and no requirement for XML configuration. #### 4.2. System Requirements Spring Boot 3.0.0-RC2 requires Java 17 and is compatible up to and including Java 19. Spring Framework 6.0.0-RC4 or Spring CLI distribution from the Spring software repository: • spring-boot-cli-3.0.0-RC2-bin.zip • spring-boot-cli-3.0.0-RC2-bin.tar.gz Cutting edge snapshot distributions are also available. Once downloaded0 码力 | 877 页 | 15.64 MB | 2 年前3
共 991 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













