blob: 5fcb04b17d31416fc02bae73fd8074fa899c9aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
>>>
GET /?foo=bar
GET /?foo=bar
<<<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved.</p>
</body></html>
|