test1435 586 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. unix sockets
  7. </keywords>
  8. </info>
  9. <reply>
  10. <data>
  11. HTTP/1.1 200 OK
  12. Date: Sun, 16 Nov 2014 23:47:38 GMT
  13. Content-Length: 17
  14. Based on test300
  15. </data>
  16. </reply>
  17. <client>
  18. <features>
  19. unix-sockets
  20. </features>
  21. <server>
  22. http-unix
  23. </server>
  24. <name>
  25. simple HTTP GET over Unix socket
  26. </name>
  27. <command>
  28. --unix-socket %HTTPUNIXPATH http://server-interpreted.example.com/1435
  29. </command>
  30. </client>
  31. <verify>
  32. <strip>
  33. ^User-Agent:.*
  34. </strip>
  35. <protocol>
  36. GET /1435 HTTP/1.1
  37. Host: server-interpreted.example.com
  38. Accept: */*
  39. </protocol>
  40. </verify>
  41. </testcase>