-
-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional cookie value filter (#93)
Add opt cookie filter that maps extracted value This is an optional cookie filter that applies a function to the exracted value if present. This is useful to do some transformation on the cookie value before passing it down the filter chain.
- Loading branch information
1 parent
043e044
commit 54f5d40
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
/target | ||
**/*.rs.bk | ||
Cargo.lock | ||
.idea/ | ||
warp.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters