document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. curl http://localhost:8000/final -d "query=select starct st blah blah" -X POST -v
  2. *   Trying 127.0.0.1... connected
  3. > POST /gc HTTP/1.1
  4. > User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
  5. > Host: localhost:8000
  6. > Accept: */*
  7. > Content-Length: 41
  8. > Content-Type: application/x-www-form-urlencoded
  9. >
  10. * upload completely sent off: 41out of 41 bytes
  11. * HTTP 1.0, assume close after body
  12. < HTTP/1.0 200 OK
  13. < Content-Type: text/html; charset=utf-8
  14. < Content-Length: 1961
  15. < Server: Werkzeug/0.9.4 Python/2.7.3
  16. < Date: Thu, 24 Oct 2013 23:33:12 GMT
');