test334 585 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. 204
  6. </keywords>
  7. </info>
  8. # Server-side
  9. <reply>
  10. <data>
  11. HTTP/1.1 204 No Content
  12. Date: Mon, 13 Nov 2000 13:41:09 GMT
  13. Server: myown/1.0
  14. Transfer-Encoding: chunked
  15. </data>
  16. </reply>
  17. # Client-side
  18. <client>
  19. <server>
  20. http
  21. </server>
  22. <name>
  23. HTTP 204 No content with chunked header
  24. </name>
  25. <command>
  26. http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER
  27. </command>
  28. </client>
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <protocol>
  32. GET /want/%TESTNUMBER HTTP/1.1
  33. Host: %HOSTIP:%HTTPPORT
  34. User-Agent: curl/%VERSION
  35. Accept: */*
  36. </protocol>
  37. </verify>
  38. </testcase>