mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 23:23:20 +03:00
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
GET http://localhost:8000/encoding/utf8
|
|
HTTP 200
|
|
Content-Type: text/html; charset=utf-8
|
|
[Asserts]
|
|
body == "caf\u{e9}"
|
|
|
|
|
|
GET http://localhost:8000/encoding/latin1
|
|
HTTP 200
|
|
Content-Type: text/html; charset=ISO-8859-1
|
|
[Asserts]
|
|
body == "caf\u{e9}"
|
|
|
|
|