about summary refs log tree commit diff
path: root/spec/fixtures/requests/windows-1251.txt
blob: f573e28b24904f43fb6198e4d4f854449298a9dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HTTP/1.1 200 OK
server: nginx
date: Wed, 12 Dec 2018 13:14:03 GMT
content-type: text/html
content-length: 190
accept-ranges: bytes

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
  <title>ñýìïë òåêñò</title>
</head>
<body>
  <p>ñýìïë òåêñò</p>
</body>
</html>