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```