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

11 lines
207 B
Python

request = {
"method": "GET",
"uri": uri("/stuff/here?foo=bar"),
"version": (1, 0),
"headers": [
("IF-MATCH", "bazinga!"),
("IF-MATCH", "large-sound")
],
"body": b""
}