mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
7 lines
383 B
Plaintext
7 lines
383 B
Plaintext
curl 'http://localhost:8000/hello'
|
|
curl 'http://localhost:8000/cookies/set-session-cookie2-valueA'
|
|
curl --cookie 'cookie2=valueA' 'http://localhost:8000/follow-redirect'
|
|
curl --cookie 'cookie2=valueA' --location 'http://localhost:8000/follow-redirect'
|
|
curl --cookie 'cookie2=valueA' 'http://localhost:8000/captures'
|
|
curl --cookie 'cookie2=valueA' 'http://localhost:8000/assert-json'
|