Request HTTP method
{
"name": "My API",
"proxy": {
"strip_path" : true,
"listen_path": "/hello/*",
"upstreams" : {
"balancing": "roundrobin",
"targets": [
{"target": "http://my-api.com"}
]
},
"methods": ["GET", "HEAD"]
}
}GET / HTTP/1.1
Host:HEAD /resource HTTP/1.1
Host:Last updated
Was this helpful?