Falcon v3.0.0 Documentationpatent, you are granted a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon WSGI ASGI # examples/things.py # Let's get this party started! from wsgiref.simple_server import make_server import falcon # Falcon follows the REST architectural style, meaning (among # other things) requests to the '/things' URL path app.add_route('/things', things) if __name__ == '__main__': with make_server('', 8000, app) as httpd: print('Serving on port 8000...') # Serve until process is killed0 码力 | 344 页 | 1.16 MB | 1 年前3
Falcon v3.0.1 Documentationpatent, you are granted a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon WSGI ASGI # examples/things.py # Let's get this party started! from wsgiref.simple_server import make_server import falcon # Falcon follows the REST architectural style, meaning (among # other things) requests to the '/things' URL path app.add_route('/things', things) if __name__ == '__main__': with make_server('', 8000, app) as httpd: print('Serving on port 8000...') # Serve until process is killed0 码力 | 344 页 | 1.16 MB | 1 年前3
Falcon v3.0.0-b2 Documentationpatent, you are granted a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon WSGI ASGI # examples/things.py # Let's get this party started! from wsgiref.simple_server import make_server import falcon # Falcon follows the REST architectural style, meaning (among # other things) requests to the '/things' URL path app.add_route('/things', things) if __name__ == '__main__': with make_server('', 8000, app) as httpd: print('Serving on port 8000...') # Serve until process is killed0 码力 | 340 页 | 1.15 MB | 1 年前3
Falcon v2.0.0 Documentationpatent, you are granted a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon detects a code change, and it also works # with pdb. if __name__ == '__main__': httpd = simple_server.make_server('127.0.0.1', 8000, app) httpd.serve_forever() To test this example go to the another terminal tests again and watch to make sure they fail. A key step in the TDD workflow is verifying that your tests do not pass before moving on to the implementation: $ pytest tests To make the new test pass, we0 码力 | 184 页 | 671.87 KB | 1 年前3
Falcon v3.0.0-b1 Documentationpatent, you are granted a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon WSGI ASGI # examples/things.py # Let's get this party started! from wsgiref.simple_server import make_server import falcon # Falcon follows the REST architectural style, meaning (among # other things) requests to the '/things' URL path app.add_route('/things', things) if __name__ == '__main__': with make_server('', 8000, app) as httpd: print('Serving on port 8000...') # Serve until process is killed0 码力 | 338 页 | 1.14 MB | 1 年前3
Falcon v0.2.0 Documentationplease let the crew know in #falconframework and/or by submitting an issue. We need your help to make Falcon awesome! 11 Falcon Documentation, Release 0.2.0rc1 Pay it Forward We’d like to invite you please let the crew know in #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 appropriate. We require 100% code coverage. Also, please ensure your coding style follows PEP 8 and doesn’t make pyflakes sad. Additional Style Rules • Docstrings are required for classes, attributes, methods0 码力 | 70 页 | 296.15 KB | 1 年前3
Falcon v0.3.0.1 Documentationplease let the crew know in #falconframework and/or by submitting an issue. We need your help to make Falcon awesome! 11 Falcon Documentation, Release 0.3.0 Pay it Forward We’d like to invite you please let the crew know in #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 appropriate. We require 100% code coverage. Also, please ensure your coding style follows PEP 8 and doesn’t make pyflakes sad. Additional Style Rules • Docstrings are required for classes, attributes, methods0 码力 | 77 页 | 311.34 KB | 1 年前3
Falcon v3.1.1-b3 Documentationpatent, you are granted a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon WSGI ASGI # examples/things.py # Let's get this party started! from wsgiref.simple_server import make_server import falcon (continues on next page) 5.1. User Guide 15 Falcon Documentation, Release requests to the '/things' URL path app.add_route('/things', things) if __name__ == '__main__': with make_server('', 8000, app) as httpd: print('Serving on port 8000...') # Serve until process is killed0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.1.1-b1 Documentationpatent, you are granted a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon WSGI ASGI # examples/things.py # Let's get this party started! from wsgiref.simple_server import make_server import falcon (continues on next page) 5.1. User Guide 15 Falcon Documentation, Release requests to the '/things' URL path app.add_route('/things', things) if __name__ == '__main__': with make_server('', 8000, app) as httpd: print('Serving on port 8000...') # Serve until process is killed0 码力 | 378 页 | 1.29 MB | 1 年前3
Falcon v3.1.1-a Documentationpatent, you are granted a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon WSGI ASGI # examples/things.py # Let's get this party started! from wsgiref.simple_server import make_server import falcon (continues on next page) 5.1. User Guide 15 Falcon Documentation, Release requests to the '/things' URL path app.add_route('/things', things) if __name__ == '__main__': with make_server('', 8000, app) as httpd: print('Serving on port 8000...') # Serve until process is killed0 码力 | 378 页 | 1.29 MB | 1 年前3
共 40 条
- 1
- 2
- 3
- 4













