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
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes swsclose
|
||||
Set-Cookie: foobar=name;
|
||||
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes swsclose
|
||||
Set-Cookie: foobar=name;
|
||||
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
||||
Set-Cookie: foo bar=barfoo
|
||||
Set-Cookie: bar foo=
|
||||
Set-Cookie: bar=foo bar
|
||||
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user