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