mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
#
|
|
# experimental feature
|
|
# manage cookie store
|
|
#
|
|
|
|
# @cookie_storage_set: localhost FALSE / FALSE 0 cookie1 valueA
|
|
GET http://localhost:8000/cookie-storage/assert-that-cookie1-is-valueA
|
|
HTTP/1.0 200
|
|
|
|
# @cookie_storage_clear
|
|
GET http://localhost:8000/cookie-storage/assert-that-cookie1-is-not-in-session
|
|
HTTP/1.0 200
|
|
|
|
|