mirror of
https://github.com/curl/curl.git
synced 2026-06-06 18:45:04 +03:00
test update result size
This commit is contained in:
parent
6be7668d86
commit
7ea814f952
4 changed files with 4 additions and 4 deletions
|
|
@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||
User-Agent: curl/%VERSION
|
||||
Content-Type: application/json
|
||||
Accept: application/json
|
||||
Content-Length: 20
|
||||
Content-Length: 21
|
||||
|
||||
{ "drink": "coffee" }
|
||||
</protocol>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||
User-Agent: curl/%VERSION
|
||||
Accept: foobar/*
|
||||
Content-Type: application/json
|
||||
Content-Length: 21
|
||||
Content-Length: 22
|
||||
|
||||
{ "drink": "coffee" }
|
||||
</protocol>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||
User-Agent: curl/%VERSION
|
||||
Content-Type: drinks/hot
|
||||
Accept: application/json
|
||||
Content-Length: 40
|
||||
Content-Length: 41
|
||||
|
||||
{ "drink": "coffee", "crunch": "cookie" }
|
||||
</protocol>
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||
User-Agent: curl/%VERSION
|
||||
Content-Type: application/json
|
||||
Accept: application/json
|
||||
Content-Length: 20
|
||||
Content-Length: 21
|
||||
|
||||
{ "drink": "coffee" }GET /%TESTNUMBER0002 HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue