mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
11 lines
207 B
Python
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""
|
|
}
|