Falcon v0.2.0 Documentation
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}', CatalogItem()) 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 request and response objects Works Tutorial Classes and Functions API Class Req/Resp Status Codes Error Handling Middleware Components Hooks Routing Utilities Changelogs 0.2.0 Created using Sphinx 1.3.5. index modules | next | previous0 码力 | 188 页 | 358.44 KB | 1 年前3Falcon v0.3.0.1 Documentation
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}', CatalogItem()) 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 request and response objects Works great Classes and Functions API Class Req/Resp Cookies Status Codes Error Handling Middleware Components Hooks Routing Utilities Changelogs 0.3.0 0.2.0 Created using Sphinx 1.2.3. index modules | next | previous0 码力 | 126 页 | 345.09 KB | 1 年前3Falcon v0.2.0 Documentation
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}', CatalogItem()) on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support • Intuitive request and response objects ecosytem offers a bunch of great libraries that you are welcome to use from within your responder, hooks, and middleware. Falcon doesn’t try to dictate what you should use, since that would take away your0 码力 | 70 页 | 296.15 KB | 1 年前3Falcon v0.3.0.1 Documentation
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}', CatalogItem()) on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support • Intuitive request and response objects ecosytem offers a bunch of great libraries that you are welcome to use from within your responder, hooks, and middleware. Falcon doesn’t try to dictate what you should use, since that would take away your0 码力 | 77 页 | 311.34 KB | 1 年前3Falcon v1.2.0 Documentation
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}', CatalogItem()) 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 request and response objects Works great Functions The API Class Request & Response Cookies Status Codes Error Handling Redirection Middleware Hooks Routing Utilities Testing Changelogs 1.2.0 1.1.0 1.0.0 0.3.0 0.2.0 Community Guide Get Help Contribute0 码力 | 177 页 | 252.56 KB | 1 年前3Falcon v1.3.0 Documentation
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}', CatalogItem()) 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 request and response objects Works great The API Class Request & Response Cookies Status Codes Error Handling Media Redirection Middleware Hooks Routing Utilities Testing Community Guide Get Help Contribute to Falcon Changelogs 1.3.0 1.2.00 码力 | 194 页 | 266.90 KB | 1 年前3Falcon v1.0.0 Documentation
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}', CatalogItem()) on URI templates RFC • REST-inspired mapping of URIs to resources • Global, resource, and method hooks • Idiomatic HTTP error responses • Full Unicode support • Intuitive request and response objects ecosystem offers a bunch of great libraries that you are welcome to use from within your responders, hooks, and middleware components. Falcon doesn’t try to dictate what you should use, since that would take0 码力 | 87 页 | 348.15 KB | 1 年前3Falcon v1.4.1-post-1 Documentation
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}', CatalogItem()) 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 request and response objects Works great The API Class Request & Response Cookies Status Codes Error Handling Media Redirection Middleware Hooks Routing Utilities Testing Community Guide Get Help Contribute to Falcon FAQ Changelogs 1.4.1 10 码力 | 229 页 | 273.39 KB | 1 年前3Falcon v1.4.0 Documentation
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}', CatalogItem()) 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 request and response objects Works great The API Class Request & Response Cookies Status Codes Error Handling Media Redirection Middleware Hooks Routing Utilities Testing Community Guide Get Help Contribute to Falcon FAQ Changelogs 1.4.0 10 码力 | 230 页 | 271.65 KB | 1 年前3Falcon v1.4.1 Documentation
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}', CatalogItem()) 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 request and response objects Works great The API Class Request & Response Cookies Status Codes Error Handling Media Redirection Middleware Hooks Routing Utilities Testing Community Guide Get Help Contribute to Falcon FAQ Changelogs 1.4.1 10 码力 | 231 页 | 272.52 KB | 1 年前3
共 876 条
- 1
- 2
- 3
- 4
- 5
- 6
- 88