Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecates
FilterContext.ResponseWriter()
(#1802)
Filter implementations should use `FilterContext.Request()` to modify backend request and `FilterContext.Response()` to modify backend response. `FilterContext.StateBag()` could be used to transfer state between request and response filter chain phases. `FilterContext.Serve()` could be used to serve response from the request filter chain phase. Signed-off-by: Alexander Yastrebov <[email protected]>
- Loading branch information