* ------------------------------------------------------------------------------ * Executing entry 1 * * Cookie store: * * Request: * POST http://localhost:8000/post_large * Content-Type: application/octet-stream * * Request can be run with the following curl command: * curl --header 'Content-Type: application/octet-stream' --data-binary '@tests_ok~post_large.bin' 'http://localhost:8000/post_large' * > POST /post_large HTTP/1.1 > Host: localhost:8000 > Accept: */* > Content-Type: application/octet-stream > User-Agent: hurl/~~~ > Content-Length: 15728640 > * Response: (received 8 bytes in ~~~ ms) * < HTTP/1.1 200 OK < Server: Werkzeug/~~~ Python/~~~ < Date: ~~~ < Content-Type: text/html; charset=utf-8 < Content-Length: 8 < Server: Flask Server < Connection: close < *