Falcon v1.3.0 Documentation
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 on_get(self tries to do as little as possible while 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 web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 194 页 | 266.90 KB | 1 年前3Falcon v1.2.0 Documentation
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 on_get(self tries to do as little as possible while 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 an API: # things.py # Let's get this party started! import falcon # Falcon follows the REST architectural style, meaning (among # other things) that you think in terms of resources and state # transitions0 码力 | 177 页 | 252.56 KB | 1 年前3Falcon v1.4.1-post-1 Documentation
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 on_get(self tries to do as little as possible while 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 web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 229 页 | 273.39 KB | 1 年前3Falcon v1.4.0 Documentation
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 on_get(self tries to do as little as possible while 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 web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 230 页 | 271.65 KB | 1 年前3Falcon v1.4.1 Documentation
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 on_get(self tries to do as little as possible while 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 web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 231 页 | 272.52 KB | 1 年前3Falcon v2.0.0 Documentation
unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class QuoteResource: def on_get(self, req, resp): """Handles GET requests""" tries to do as little as possible while 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 web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 265 页 | 299.57 KB | 1 年前3Falcon v3.1.1 Documentation
mission-critical REST APIs and microservices, with a focus 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 architectural style, and tries to do as little as possible while remaining highly effective. class QuoteResource: def on_get(self, req, resp): """Handles GET requests""" quote = { web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 540 页 | 476.60 KB | 1 年前3Falcon v3.1.1-rc1 Documentation
mission-critical REST APIs and microservices, with a focus 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 architectural style, and tries to do as little as possible while remaining highly effective. class QuoteResource: def on_get(self, req, resp): """Handles GET requests""" quote = { web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 540 页 | 476.61 KB | 1 年前3Falcon v3.1.0 Documentation
mission-critical REST APIs and microservices, with a focus 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 architectural style, and tries to do as little as possible while remaining highly effective. class QuoteResource: def on_get(self, req, resp): """Handles GET requests""" quote = { web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 537 页 | 474.34 KB | 1 年前3Falcon v3.1.1-b3 Documentation
mission-critical REST APIs and microservices, with a focus 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 architectural style, and tries to do as little as possible while remaining highly effective. class QuoteResource: def on_get(self, req, resp): """Handles GET requests""" quote = { web framework for building large-scale app backends and microservices. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective. Falcon apps work0 码力 | 540 页 | 476.61 KB | 1 年前3
共 586 条
- 1
- 2
- 3
- 4
- 5
- 6
- 59