Skip to content

Instantly share code, notes, and snippets.

@wk-j
Last active November 29, 2020 07:11
Show Gist options
  • Save wk-j/876e25e02737da96dc9a7483966b93d2 to your computer and use it in GitHub Desktop.
Save wk-j/876e25e02737da96dc9a7483966b93d2 to your computer and use it in GitHub Desktop.
499
{
"Routes": [
{
"DownstreamPathTemplate": "/api/hello/hi/{delay}",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "web",
"Port": 80
}
],
"UpstreamPathTemplate": "/hello/v2/{delay}",
"UpstreamHttpMethod": [
"Get"
],
"QosOptions": {
"TimeoutValue": 180000
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment