mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
11 lines
224 B
Python
11 lines
224 B
Python
request = {
|
|
"method": "GET",
|
|
"uri": uri("/test"),
|
|
"version": (1, 0),
|
|
"headers": [
|
|
("HOST", "0.0.0.0:5000"),
|
|
("USER-AGENT", "ApacheBench/2.3"),
|
|
("ACCEPT", "*/*")
|
|
],
|
|
"body": ""
|
|
} |