2
0

test66 546 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. HTTP/0.9
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. no headers swsclose
  13. </data>
  14. </reply>
  15. # Client-side
  16. <client>
  17. <features>
  18. !hyper
  19. </features>
  20. <server>
  21. http
  22. </server>
  23. <name>
  24. HTTP GET without headers in the response
  25. </name>
  26. <command>
  27. http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http0.9
  28. </command>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <protocol>
  34. GET /%TESTNUMBER HTTP/1.1
  35. Host: %HOSTIP:%HTTPPORT
  36. User-Agent: curl/%VERSION
  37. Accept: */*
  38. </protocol>
  39. </verify>
  40. </testcase>