 Falcon v1.3.0 DocumentationContents 1 What People are Saying 3 2 Features 5 3 Who’s Using Falcon? 7 4 Useful Links 9 5 Resources 11 6 Documentation 13 6.1 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . remaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support 4. Useful Links CHAPTER 5 Resources • An Unladen Web Framework • The Definitive Introduction to Falcon 11 Falcon Documentation, Release 1.3.0 12 Chapter 5. Resources CHAPTER 6 Documentation User0 码力 | 146 页 | 535.22 KB | 1 年前3 Falcon v1.3.0 DocumentationContents 1 What People are Saying 3 2 Features 5 3 Who’s Using Falcon? 7 4 Useful Links 9 5 Resources 11 6 Documentation 13 6.1 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . remaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support 4. Useful Links CHAPTER 5 Resources • An Unladen Web Framework • The Definitive Introduction to Falcon 11 Falcon Documentation, Release 1.3.0 12 Chapter 5. Resources CHAPTER 6 Documentation User0 码力 | 146 页 | 535.22 KB | 1 年前3
 Falcon v1.4.1 Documentationremaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable WSGI apps app = falcon.API() # Resources are represented by long-lived class instances things = ThingsResource() # things will handle all0 码力 | 158 页 | 587.88 KB | 1 年前3 Falcon v1.4.1 Documentationremaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable WSGI apps app = falcon.API() # Resources are represented by long-lived class instances things = ThingsResource() # things will handle all0 码力 | 158 页 | 587.88 KB | 1 年前3
 Falcon v1.4.0 Documentationremaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable WSGI apps app = falcon.API() # Resources are represented by long-lived class instances things = ThingsResource() # things will handle all0 码力 | 156 页 | 573.94 KB | 1 年前3 Falcon v1.4.0 Documentationremaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable WSGI apps app = falcon.API() # Resources are represented by long-lived class instances things = ThingsResource() # things will handle all0 码力 | 156 页 | 573.94 KB | 1 年前3
 Falcon v1.4.1 Documentationremaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable WSGI apps app = falcon.API() # Resources are represented by long-lived class instances things = ThingsResource() # things will handle all0 码力 | 156 页 | 574.46 KB | 1 年前3 Falcon v1.4.1 Documentationremaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable WSGI apps app = falcon.API() # Resources are represented by long-lived class instances things = ThingsResource() # things will handle all0 码力 | 156 页 | 574.46 KB | 1 年前3
 Falcon v1.3.0 Documentationremaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses Full Unicode support Intuitive PyPI [https://pypi.python.org/pypi/falcon] Falcon @ GitHub [https://github.com/racker/falcon] Resources An Unladen Web Framework [http://blog.kgriffs.com/2013/07/02/python-fast-web-service- framework Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests0 码力 | 194 页 | 266.90 KB | 1 年前3 Falcon v1.3.0 Documentationremaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses Full Unicode support Intuitive PyPI [https://pypi.python.org/pypi/falcon] Falcon @ GitHub [https://github.com/racker/falcon] Resources An Unladen Web Framework [http://blog.kgriffs.com/2013/07/02/python-fast-web-service- framework Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests0 码力 | 194 页 | 266.90 KB | 1 年前3
 Falcon v1.4.1-post-1 Documentationremaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses Full Unicode support Intuitive Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self0 码力 | 229 页 | 273.39 KB | 1 年前3 Falcon v1.4.1-post-1 Documentationremaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses Full Unicode support Intuitive Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self0 码力 | 229 页 | 273.39 KB | 1 年前3
 Falcon v1.4.0 Documentationremaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses Full Unicode support Intuitive Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self0 码力 | 230 页 | 271.65 KB | 1 年前3 Falcon v1.4.0 Documentationremaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses Full Unicode support Intuitive Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self0 码力 | 230 页 | 271.65 KB | 1 年前3
 Falcon v1.4.1 Documentationremaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses Full Unicode support Intuitive Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self0 码力 | 231 页 | 272.52 KB | 1 年前3 Falcon v1.4.1 Documentationremaining highly effective. Routes based on URI templates RFC REST-inspired mapping of URIs to resources Global, resource, and method hooks Idiomatic HTTP error responses Full Unicode support Intuitive Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self0 码力 | 231 页 | 272.52 KB | 1 年前3
 Falcon v1.2.0 DocumentationContents 1 What People are Saying 3 2 Features 5 3 Who’s Using Falcon? 7 4 Useful Links 9 5 Resources 11 6 Documentation 13 6.1 Community Guide . . . . . . . . . . . . . . . . . . . . . . . . . . remaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support 4. Useful Links CHAPTER 5 Resources • An Unladen Web Framework • The Definitive Introduction to Falcon 11 Falcon Documentation, Release 1.2.0 12 Chapter 5. Resources CHAPTER 6 Documentation Community0 码力 | 134 页 | 498.46 KB | 1 年前3 Falcon v1.2.0 DocumentationContents 1 What People are Saying 3 2 Features 5 3 Who’s Using Falcon? 7 4 Useful Links 9 5 Resources 11 6 Documentation 13 6.1 Community Guide . . . . . . . . . . . . . . . . . . . . . . . . . . remaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support 4. Useful Links CHAPTER 5 Resources • An Unladen Web Framework • The Definitive Introduction to Falcon 11 Falcon Documentation, Release 1.2.0 12 Chapter 5. Resources CHAPTER 6 Documentation Community0 码力 | 134 页 | 498.46 KB | 1 年前3
 Falcon v2.0.0 Documentationremaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable WSGI apps app = falcon.API() # Resources are represented by long-lived class instances things = ThingsResource() # things will handle all0 码力 | 184 页 | 671.87 KB | 1 年前3 Falcon v2.0.0 Documentationremaining highly effective. • Routes based on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions, which map to HTTP verbs. class ThingsResource(object): def on_get(self '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable WSGI apps app = falcon.API() # Resources are represented by long-lived class instances things = ThingsResource() # things will handle all0 码力 | 184 页 | 671.87 KB | 1 年前3
共 40 条
- 1
- 2
- 3
- 4














