mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
parent
7d6cf06f57
commit
1943fe14be
@ -11,18 +11,18 @@ cookiejar
|
|||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||||
Server: test-server/fake
|
Server: test-server/fake
|
||||||
Content-Type: text/html
|
Content-Type: text/html
|
||||||
Funny-head: yesyes swsclose
|
Funny-head: yesyes swsclose
|
||||||
Set-Cookie: foobar=name;
|
Set-Cookie: foobar=name;
|
||||||
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
||||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
||||||
Set-Cookie: foo bar=barfoo
|
Set-Cookie: foo bar=barfoo
|
||||||
Set-Cookie: bar foo=
|
Set-Cookie: bar foo=
|
||||||
Set-Cookie: bar=foo bar
|
Set-Cookie: bar=foo bar
|
||||||
|
|
||||||
</data>
|
</data>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user