test1333 717 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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: Thu, 09 Nov 2010 14:49:00 GMT
  14. Accept-Ranges: bytes
  15. Content-Length: 6
  16. Connection: close
  17. -foo-
  18. </data>
  19. </reply>
  20. #
  21. # Client-side
  22. <client>
  23. <server>
  24. http
  25. </server>
  26. <name>
  27. HTTP POST zero length, chunked-encoded
  28. </name>
  29. <command>
  30. -d "" --header "Transfer-Encoding: chunked" http://%HOSTIP:%HTTPPORT/1333
  31. </command>
  32. </client>
  33. #
  34. # Verify data after the test has been "shot"
  35. <verify>
  36. <strip>
  37. ^User-Agent:.*
  38. </strip>
  39. <protocol>
  40. POST /1333 HTTP/1.1
  41. Host: %HOSTIP:%HTTPPORT
  42. Accept: */*
  43. Transfer-Encoding: chunked
  44. Content-Type: application/x-www-form-urlencoded
  45. 0
  46. </protocol>
  47. </verify>
  48. </testcase>