GET http://localhost:8000/cookies/set-request-cookie1-valueA
cookie1: valueAHTTP/1.0 200
GET http://localhost:8000/cookies/assert-that-cookie1-is-not-in-session
HTTP/1.0 200
GET http://localhost:8000/cookies/set-multiple-request-cookies
user1: Bobuser2: BillHTTP/1.0 200
GET http://localhost:8000/cookies/set-session-cookie2-valueA
HTTP/1.0 200cookie "cookie2" equals "valueA"
GET http://localhost:8000/cookies/assert-that-cookie2-is-valueA
HTTP/1.0 200
GET http://localhost:8000/cookies/assert-that-cookie2-is-valueA-and-valueB
cookie2: valueBHTTP/1.0 200
GET http://localhost:8000/cookies/delete-cookie2
HTTP/1.0 200cookie "cookie2" equals ""cookie "cookie2[Max-Age]" equals 0
GET http://localhost:8000/cookies/assert-that-cookie2-is-not-in-session
HTTP/1.0 200
GET http://localhost:8000/cookies/set
HTTP/1.0 200Set-Cookie: LSID=DQAAAKEaem_vYg; Expires=Wed, 13 Jan 2021 22:23:01 GMT; Secure; HttpOnly; Path=/accountsSet-Cookie: HSID=AYQEVnDKrdst; Domain=.localhost; Expires=Wed, 13 Jan 2021 22:23:01 GMT; HttpOnly; Path=/Set-Cookie: SSID=Ap4PGTEq; Domain=.localhost; Expires=Wed, 13 Jan 2021 22:23:01 GMT; Secure; HttpOnly; Path=/header "Set-Cookie" count == 3cookie "LSID" equals "DQAAAKEaem_vYg"cookie "LSID[Value]" equals "DQAAAKEaem_vYg"cookie "LSID[Expires]" existscookie "LSID[Expires]" equals "Wed, 13 Jan 2021 22:23:01 GMT"cookie "LSID[Max-Age]" not existscookie "LSID[Domain]" not existscookie "LSID[Path]" equals "/accounts"cookie "LSID[Secure]" existscookie "LSID[HttpOnly]" existscookie "LSID[SameSite]" not exists