mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
GET http://localhost:8000/~user
|
|
HTTP 200
|
|
`user`
|
|
|
|
GET http://localhost:8000/%7Euser
|
|
HTTP 200
|
|
`user`
|
|
|
|
# TODO: add single quote (needs to be escaped in curl command-line)
|
|
GET http://localhost:8000/!$&()*+,;=:@[]
|
|
HTTP 200
|
|
`weird`
|
|
|