mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
GET http://localhost:8000/charset/default
|
|
HTTP/1.0 200
|
|
Content-Type: text/html; charset=utf-8
|
|
```<p>Hello World!</p>```
|
|
|
|
GET http://localhost:8000/charset/uppercase
|
|
HTTP/1.0 200
|
|
Content-Type: text/html; charset=UTF-8
|
|
[Asserts]
|
|
body == "<p>Hello World!</p>"
|