Annotation of embedaddon/curl/tests/data/test356, revision 1.1
1.1 ! misho 1: <testcase>
! 2: <info>
! 3: <keywords>
! 4: HTTP
! 5: Alt-Svc
! 6: </keywords>
! 7: </info>
! 8:
! 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: 6
! 16: Connection: close
! 17: Content-Type: text/html
! 18: Funny-head: yesyes
! 19: Alt-Svc: h1="nowhere.foo:81", un-kno22!wn=":82"
! 20:
! 21: -foo-
! 22: </data>
! 23: </reply>
! 24:
! 25: #
! 26: # Client-side
! 27: <client>
! 28: <features>
! 29: debug
! 30: alt-svc
! 31: </features>
! 32: <server>
! 33: http
! 34: </server>
! 35: <name>
! 36: parse incoming Alt-Svc and save to file
! 37: </name>
! 38: <setenv>
! 39: # make debug-curl accept Alt-Svc over plain HTTP
! 40: CURL_ALTSVC_HTTP="yeah"
! 41: </setenv>
! 42: <command>
! 43: http://%HOSTIP:%HTTPPORT/356 --alt-svc "log/altsvc-356"
! 44: </command>
! 45: </client>
! 46:
! 47: #
! 48: # Verify data after the test has been "shot"
! 49: <verify>
! 50: <strip>
! 51: ^User-Agent:.*
! 52: </strip>
! 53: <protocol>
! 54: GET /356 HTTP/1.1
! 55: Host: %HOSTIP:%HTTPPORT
! 56: Accept: */*
! 57:
! 58: </protocol>
! 59: <stripfile>
! 60: # strip out the (dynamic) expire date from the file so that the rest
! 61: # matches
! 62: s/\"([^\"]*)\"/TIMESTAMP/
! 63: </stripfile>
! 64: <file name="log/altsvc-356" mode="text">
! 65: # Your alt-svc cache. https://curl.haxx.se/docs/alt-svc.html
! 66: # This file was generated by libcurl! Edit at your own risk.
! 67: h1 %HOSTIP %HTTPPORT h1 nowhere.foo 81 TIMESTAMP 0 0
! 68: </file>
! 69: </verify>
! 70: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>