Skip to content

Commit

Permalink
Typo querystring => query string (ThreeMammals#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeonHeyns authored and margaale committed Jan 27, 2019
1 parent bf9bd16 commit 938fa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ this sounds interesting to you.
Query Strings
^^^^^^^^^^^^^

Ocelot allows you to specify a querystring as part of the DownstreamPathTemplate like the example below.
Ocelot allows you to specify a query string as part of the DownstreamPathTemplate like the example below.

.. code-block:: json
Expand Down Expand Up @@ -241,5 +241,5 @@ Ocelot will also allow you to put query string parameters in the UpstreamPathTem
}
}
In this example Ocelot will only match requests that have a matching url path and the querystring starts with unitId=something. You can have other queries after this
In this example Ocelot will only match requests that have a matching url path and the query string starts with unitId=something. You can have other queries after this
but you must start with the matching parameter. Also Ocelot will swap the {unitId} parameter from the query string and use it in the downstream request path.

0 comments on commit 938fa96

Please sign in to comment.