hurl/integration/tests_ok/url.hurl
2022-12-08 13:15:32 +01:00

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`