Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kesskalli committed Dec 28, 2020
1 parent 4fc2b4e commit bf07a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/features/middlewareinjection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ The user can set functions against the following.

* AuthorizationMiddleware - This overrides Ocelots authorization middleware.

* ClaimsToHeadersMiddleware - This overrides Ocelots claims to headers middleware.

* PreQueryStringBuilderMiddleware - This allows the user to manipulate the query string on the http request before it is passed to Ocelots request creator.

Obviously you can just add middleware as normal before the call to app.UseOcelot() It cannot be added
Expand Down

0 comments on commit bf07a1a

Please sign in to comment.