Flask Framework Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Writing function-based views and URL routes

This is the simplest way of writing views and URL routes in Flask. We can just write a method and decorate it with the endpoint. In this recipe, we will write a few URL routes for GET and POST requests.