hurl/integration/tests_ok/charset.hurl
2022-11-11 14:25:00 +01:00

11 lines
249 B
Plaintext

GET http://localhost:8000/charset/default
HTTP 200
Content-Type: text/html; charset=utf-8
```<p>Hello World!</p>```
GET http://localhost:8000/charset/uppercase
HTTP 200
Content-Type: text/html; charset=UTF-8
[Asserts]
body == "<p>Hello World!</p>"