We will start composing and sending HTTP requests with the curl and HTTPie command-line tools, which we introduced in Chapter 1, Developing RESTful APIs and Microservices with Flask 1.0.2, in the section named Working with command-line tools - curl and httpie. Make sure you read this section before executing the next examples.
Make sure you leave the Tornado 5.1.1 development server running. Don't close the Terminal or Command Prompt that is running this development server. ...