mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 17:01:36 +03:00
7 lines
375 B
Plaintext
7 lines
375 B
Plaintext
|
curl 'http://localhost:8000/hello'
|
||
|
curl 'http://localhost:8000/cookies/set-session-cookie2-valueA'
|
||
|
curl 'http://localhost:8000/follow-redirect' --cookie 'cookie2=valueA'
|
||
|
curl 'http://localhost:8000/follow-redirect' --cookie 'cookie2=valueA' -L
|
||
|
curl 'http://localhost:8000/captures' --cookie 'cookie2=valueA'
|
||
|
curl 'http://localhost:8000/assert-json' --cookie 'cookie2=valueA'
|