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