* Options: * fail fast: true * follow redirect: true * insecure: false * max redirect: 50 * retry: false * retry max count: 10 * ------------------------------------------------------------------------------ * Executing entry 1 * * Cookie store: * * Request: * GET http://localhost:8000/very-verbose/redirect * * Request can be run with the following curl command: * curl 'http://localhost:8000/very-verbose/redirect' -L * ** Trying 127.0.0.1:8000... ** Connected to localhost (127.0.0.1) port 8000 (#0) > GET /very-verbose/redirect HTTP/1.1 > Host: localhost:8000 > Accept: */* > User-Agent: hurl/~~~ > * Request body: * ** Mark bundle as not supporting multiuse ** HTTP 1.0, assume close after body ** Closing connection 0 * Response: (received 205 bytes in ~~~ ms) * < HTTP/1.0 301 MOVED PERMANENTLY < Content-Type: text/html; charset=utf-8 < Content-Length: 205 < Location: http://localhost:8000/very-verbose/redirected < Server: Flask Server < Date: ~~~ < * Response body: * * * * 301 Moved * * *

301 Moved

* The document has moved * here. * * * * => Redirect to http://localhost:8000/very-verbose/redirected * ** Hostname localhost was found in DNS cache ** Trying 127.0.0.1:8000... ** Connected to localhost (127.0.0.1) port 8000 (#1) > GET /very-verbose/redirected HTTP/1.1 > Host: localhost:8000 > Accept: */* > User-Agent: hurl/~~~ > * Request body: * ** Mark bundle as not supporting multiuse ** HTTP 1.0, assume close after body ** Closing connection 1 * Response: (received 11 bytes in ~~~ ms) * < HTTP/1.0 200 OK < Content-Type: text/html; charset=utf-8 < Content-Length: 11 < Server: Flask Server < Date: ~~~ < * Response body: * Redirected. * * ------------------------------------------------------------------------------ * Executing entry 2 * * Cookie store: * * Request: * GET http://localhost:8000/very-verbose/encoding/latin1 * * Request can be run with the following curl command: * curl 'http://localhost:8000/very-verbose/encoding/latin1' -L * ** Hostname localhost was found in DNS cache ** Trying 127.0.0.1:8000... ** Connected to localhost (127.0.0.1) port 8000 (#2) > GET /very-verbose/encoding/latin1 HTTP/1.1 > Host: localhost:8000 > Accept: */* > User-Agent: hurl/~~~ > * Request body: * ** Mark bundle as not supporting multiuse ** HTTP 1.0, assume close after body ** Closing connection 2 * Response: (received 4 bytes in ~~~ ms) * < HTTP/1.0 200 OK < Content-Type: text/html; charset=ISO-8859-1 < Content-Length: 4 < Server: Flask Server < Date: ~~~ < * Response body: * café * * ------------------------------------------------------------------------------ * Executing entry 3 * * Cookie store: * * Request: * POST http://localhost:8000/very-verbose/compressed/brotli * Accept-Encoding: brotli * * Implicit content-type=application/json * * Request can be run with the following curl command: * curl 'http://localhost:8000/very-verbose/compressed/brotli' -H 'Accept-Encoding: brotli' -H 'Content-Type: application/json' --data $'{\n "foo": "bar",\n "baz": true\n}' -L * ** Hostname localhost was found in DNS cache ** Trying 127.0.0.1:8000... ** Connected to localhost (127.0.0.1) port 8000 (#3) > POST /very-verbose/compressed/brotli HTTP/1.1 > Host: localhost:8000 > Accept: */* > Accept-Encoding: brotli > Content-Type: application/json > User-Agent: hurl/~~~ > Content-Length: 37 > * Request body: * { * "foo": "bar", * "baz": true * } ** We are completely uploaded and fine ** Mark bundle as not supporting multiuse ** HTTP 1.0, assume close after body ** Closing connection 3 * Response: (received 17 bytes in ~~~ ms) * < HTTP/1.0 200 OK < Content-Type: text/html; charset=utf-8 < Content-Length: 17 < Content-Encoding: br < Server: Flask Server < Date: ~~~ < * Response body: * Hello World! * * ------------------------------------------------------------------------------ * Executing entry 4 * * Cookie store: * * Request: * GET http://localhost:8000/very-verbose/cat * * Request can be run with the following curl command: * curl 'http://localhost:8000/very-verbose/cat' -L * ** Hostname localhost was found in DNS cache ** Trying 127.0.0.1:8000... ** Connected to localhost (127.0.0.1) port 8000 (#4) > GET /very-verbose/cat HTTP/1.1 > Host: localhost:8000 > Accept: */* > User-Agent: hurl/~~~ > * Request body: * ** Mark bundle as not supporting multiuse ** HTTP 1.0, assume close after body ** Closing connection 4 * Response: (received 25992 bytes in ~~~ ms) * < HTTP/1.0 200 OK < Content-Type: image/jpeg < Content-Length: 25992 < Server: Flask Server < Date: ~~~ < * Response body: * Bytes * * ------------------------------------------------------------------------------ * Executing entry 5 * * Cookie store: * * Request: * POST http://localhost:8000/very-verbose/update-cat * [MultipartFormData] * cat: file,cat.jpg; image/jpeg * * Implicit content-type=multipart/form-data * * Request can be run with the following curl command: * curl 'http://localhost:8000/very-verbose/update-cat' -F 'cat=@tests_ok~cat.jpg;type=image/jpeg' -L * ** Hostname localhost was found in DNS cache ** Trying 127.0.0.1:8000... ** Connected to localhost (127.0.0.1) port 8000 (#5) > POST /very-verbose/update-cat HTTP/1.1 > Host: localhost:8000 > Accept: */* > User-Agent: hurl/~~~ > Content-Length: 26572 > Content-Type: multipart/form-data; boundary=~~~~~ > * Request body: * Bytes <~~~~~...> ** We are completely uploaded and fine ** Mark bundle as not supporting multiuse ** HTTP 1.0, assume close after body ** Closing connection 5 * Response: (received 0 bytes in ~~~ ms) * < HTTP/1.0 200 OK < Content-Type: text/html; charset=utf-8 < Content-Length: 0 < Server: Flask Server < Date: ~~~ < * Response body: * * * ------------------------------------------------------------------------------ * Executing entry 6 * * Cookie store: * * Request: * GET http://localhost:8000/very-verbose/done * x-foo: bar * * Request can be run with the following curl command: * curl 'http://localhost:8000/very-verbose/done' -H 'x-foo: bar' -L * ** Hostname localhost was found in DNS cache ** Trying 127.0.0.1:8000... ** Connected to localhost (127.0.0.1) port 8000 (#6) > GET /very-verbose/done HTTP/1.1 > Host: localhost:8000 > Accept: */* > x-foo: bar > User-Agent: hurl/~~~ > * Request body: * ** Mark bundle as not supporting multiuse ** HTTP 1.0, assume close after body ** Closing connection 6 * Response: (received 4 bytes in ~~~ ms) * < HTTP/1.0 200 OK < Content-Type: text/html; charset=utf-8 < Content-Length: 4 < Server: Flask Server < Date: ~~~ < * Response body: * Done *