File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test282
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years, 6 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: HTTP
    5: HTTP GET
    6: </keywords>
    7: </info>
    8: 
    9: #
   10: # Server-side
   11: <reply>
   12: <data>
   13: HTTP/1.1 200 OK swsclose
   14: 
   15: </data>
   16: </reply>
   17: 
   18: #
   19: # Client-side
   20: <client>
   21: <server>
   22: http
   23: </server>
   24:  <name>
   25: HTTP GET with no response body or headers
   26:  </name>
   27:  <command>
   28: http://%HOSTIP:%HTTPPORT/282
   29: </command>
   30: </client>
   31: 
   32: #
   33: # Verify data after the test has been "shot"
   34: <verify>
   35: <strip>
   36: ^User-Agent:.*
   37: </strip>
   38: <protocol>
   39: GET /282 HTTP/1.1
   40: Host: %HOSTIP:%HTTPPORT
   41: Accept: */*
   42: 
   43: </protocol>
   44: </verify>
   45: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>