诸暨麻将添加redis
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

80 lignes
1.1 KiB

  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP CONNECT
  6. IPv6
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <data>
  13. HTTP/1.1 200 OK
  14. Date: Thu, 09 Nov 2010 14:49:00 GMT
  15. Content-Length: 9
  16. mooooooo
  17. </data>
  18. <connect>
  19. HTTP/1.1 200 welcome dear
  20. Date: Thu, 09 Nov 2010 14:49:00 GMT
  21. Content-Length: 0
  22. </connect>
  23. <datacheck>
  24. HTTP/1.1 200 welcome dear
  25. Date: Thu, 09 Nov 2010 14:49:00 GMT
  26. Content-Length: 0
  27. HTTP/1.1 200 OK
  28. Date: Thu, 09 Nov 2010 14:49:00 GMT
  29. Content-Length: 9
  30. mooooooo
  31. </datacheck>
  32. </reply>
  33. #
  34. # Client-side
  35. <client>
  36. <features>
  37. ipv6
  38. </features>
  39. <server>
  40. http-proxy
  41. http-ipv6
  42. http
  43. </server>
  44. <name>
  45. HTTP CONNECT to IPv6 numerical address
  46. </name>
  47. # 0x4ce == 1230, the test number
  48. <command>
  49. -g http://[1234:1234:1234::4ce]:%HTTPPORT/wanted/page/1230 -p -x %HOSTIP:%HTTPPORT
  50. </command>
  51. </client>
  52. #
  53. # Verify data after the test has been "shot"
  54. <verify>
  55. <strip>
  56. ^User-Agent:.*
  57. </strip>
  58. <protocol>
  59. CONNECT [1234:1234:1234::4ce]:%HTTPPORT HTTP/1.1
  60. Host: [1234:1234:1234::4ce]:%HTTPPORT
  61. Proxy-Connection: Keep-Alive
  62. GET /wanted/page/1230 HTTP/1.1
  63. Host: [1234:1234:1234::4ce]:%HTTPPORT
  64. Accept: */*
  65. </protocol>
  66. </verify>
  67. </testcase>