Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to pass data between Filters #107

Merged
merged 2 commits into from
Sep 17, 2020
Merged

Be able to pass data between Filters #107

merged 2 commits into from
Sep 17, 2020

Commits on Sep 17, 2020

  1. Be able to pass data between Filters

    Add a `values` of with a `HashMap` of `Any` to the filter context
    objects and results, and update the FilterChain to pass that Map between
    each invocation of a Filter in the chain.
    
    Work on #8
    markmandel committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    75e232c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb5c5a View commit details
    Browse the repository at this point in the history