hurl/integration/tests_ok/url.hurl

14 lines
227 B
Plaintext
Raw Normal View History

2021-10-14 10:05:03 +03:00
GET http://localhost:8000/~user
2022-11-11 16:25:00 +03:00
HTTP 200
2022-12-02 22:50:27 +03:00
`user`
2021-10-14 10:05:03 +03:00
GET http://localhost:8000/%7Euser
2022-11-11 16:25:00 +03:00
HTTP 200
2022-12-02 22:50:27 +03:00
`user`
2021-10-17 11:14:03 +03:00
# TODO: add single quote (needs to be escaped in curl command-line)
GET http://localhost:8000/!$&()*+,;=:@[]
2022-11-11 16:25:00 +03:00
HTTP 200
2022-12-02 22:50:27 +03:00
`weird`
2021-10-17 11:14:03 +03:00