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