Falcon v0.3.0.1 Documentationneed your help to make Falcon awesome! 11 Falcon Documentation, Release 0.3.0 Pay it Forward We’d like to invite you to help other community members with their questions in IRC, and to peer-review pull #falconframework and/or by submitting an issue. We need your help to make Falcon awesome! Pay it Forward We’d like to invite you to help other community members with their questions in IRC, and to peer-review pull HTTP_200 # This is the default status resp.body = ('\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n') # falcon.API instances are callable0 码力 | 77 页 | 311.34 KB | 1 年前3
Falcon v3.1.1-b3 DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.App instances are callable MEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.asgi.App instances are callable class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.1.1-b1 DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.App instances are callable MEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.asgi.App instances are callable class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.1.1-a DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.App instances are callable MEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.asgi.App instances are callable class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.1.0 DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.App instances are callable MEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.asgi.App instances are callable class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 362 页 | 1.29 MB | 1 年前3
Falcon v3.1.1 DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.App instances are callable MEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.asgi.App instances are callable class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.1.1-rc1 DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.App instances are callable MEDIA_TEXT # Default is JSON, so override resp.text = ( '\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n' ) # falcon.asgi.App instances are callable class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.0.0-b2 DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ('\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n') # falcon.App instances are callable things awe me most, the starry sky ' (continues on next page) 16 Chapter 5. Documentation Falcon Documentation, Release 3.0.0b2 (continued from previous page) 'above me and the moral law within me.\n' '\n' class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 340 页 | 1.15 MB | 1 年前3
Falcon v3.0.0 DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ('\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n') # falcon.App instances are callable things awe me most, the starry sky ' (continues on next page) 16 Chapter 5. Documentation Falcon Documentation, Release 3.0.0 (continued from previous page) 'above me and the moral law within me.\n' '\n' class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 344 页 | 1.16 MB | 1 年前3
Falcon v3.0.1 DocumentationMEDIA_TEXT # Default is JSON, so override resp.text = ('\nTwo things awe me most, the starry sky ' 'above me and the moral law within me.\n' '\n' ' ~ Immanuel Kant\n\n') # falcon.App instances are callable things awe me most, the starry sky ' (continues on next page) 16 Chapter 5. Documentation Falcon Documentation, Release 3.0.1 (continued from previous page) 'above me and the moral law within me.\n' '\n' class Resource: def on_get(self, req, resp): doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5-6e8adba7cc0e.png' } ] } # Create a JSON representation of the resource resp.text = json.dumps(doc0 码力 | 344 页 | 1.16 MB | 1 年前3
共 40 条
- 1
- 2
- 3
- 4













