Skip to content

Commit

Permalink
Update methodtransformation.rst
Browse files Browse the repository at this point in the history
Review RST markup
  • Loading branch information
raman-m committed Sep 23, 2023
1 parent d316725 commit b6f426d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/features/methodtransformation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ This achieved by setting the following Route configuration:
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 53271
"Port": 54321
}
],
}
The key property here is DownstreamHttpMethod which is set as POST and the Route will only match on GET as set by UpstreamHttpMethod.
The key property here is **DownstreamHttpMethod** which is set as POST and the Route will only match on GET as set by **UpstreamHttpMethod**.

This feature can be useful when interacting with downstream apis that only support POST and you want to present some kind of RESTful interface.
This feature can be useful when interacting with downstream APIs that only support POST and you want to present some kind of RESTful interface.

0 comments on commit b6f426d

Please sign in to comment.