test326 858 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. HTTP/1.1 200 OK
  13. Date: Mon, 29 Nov 2004 21:56:53 GMT
  14. Server: Apache/1.3.31 (Debian GNU/Linux) mod_gzip/1.3.26.1a PHP/4.3.9-1 mod_ssl/2.8.20 OpenSSL/0.9.7d mod_perl/1.29
  15. Content-Type: text/html; charset=ISO-8859-1
  16. Transfer-Encoding: chunked
  17. 18
  18. line 1
  19. line 2
  20. line 3
  21. 0
  22. </data>
  23. <datacheck>
  24. 18
  25. line 1
  26. line 2
  27. line 3
  28. 0
  29. </datacheck>
  30. </reply>
  31. #
  32. # Client-side
  33. <client>
  34. <features>
  35. !hyper
  36. </features>
  37. <server>
  38. http
  39. </server>
  40. <name>
  41. HTTP GET chunked data in raw mode
  42. </name>
  43. <command option="no-include">
  44. http://%HOSTIP:%HTTPPORT/%TESTNUMBER --raw
  45. </command>
  46. </client>
  47. #
  48. # Verify data after the test has been "shot"
  49. <verify>
  50. <protocol>
  51. GET /%TESTNUMBER HTTP/1.1
  52. Host: %HOSTIP:%HTTPPORT
  53. User-Agent: curl/%VERSION
  54. Accept: */*
  55. </protocol>
  56. </verify>
  57. </testcase>