curl --location 'http://localhost:8000/very-verbose/redirect' curl --location 'http://localhost:8000/very-verbose/encoding/latin1' curl --header 'Accept-Encoding: brotli' --header 'Content-Type: application/json' --data $'{\n "foo": "bar",\n "baz": true\n}' --location 'http://localhost:8000/very-verbose/compressed/brotli' curl --location 'http://localhost:8000/very-verbose/cat' curl --form 'cat=@tests_ok\cat.jpg;type=image/jpeg' --location 'http://localhost:8000/very-verbose/update-cat' curl --header 'x-foo: bar' --location 'http://localhost:8000/very-verbose/done'