2012-10-24 22:07:35 +02:00

8 lines
142 B
Python

request = {
"method": "GET",
"uri": uri("/first"),
"version": (1, 1),
"headers": [("CONNECTION", "Close")],
"body": b""
}