hurl/integration/tests_ok/url.hurl

14 lines
251 B
Plaintext
Raw Normal View History

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