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

10 lines
167 B
Python

request = {
"method": "GET",
"uri": uri("/get_one_header_no_body"),
"version": (1, 1),
"headers": [
("ACCEPT", "*/*")
],
"body": b""
}