Skip to content

Commit

Permalink
Update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Feb 26, 2024
1 parent f59bddb commit 3aa2d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Middleware provide a convenient mechanism for inspecting and modifying HTTP requ
Additional middleware can be written to perform a variety of tasks. For example, a logging middleware might log all outgoing requests and responses.

!!!
Middleware is **mutable**. If you want to apply middleware to only one request, use `clone` to avoid mutating the connector middleware.
Middleware is **mutable**. If you want to apply middleware to only one request, use `clone` or [`ConnectorConfigurator`](#adding--removing-middleware) to avoid mutating the connector middleware.
!!!

## Defining Middleware
Expand Down

0 comments on commit 3aa2d20

Please sign in to comment.