FilterChain: Arguments should be a context object, and return a response object #94
Labels
kind/cleanup
Refactoring code, fixing up documentation, etc
kind/design
Proposal discussing new features / fixes and how they should be implemented
Passing in a context and returning a result object means we can add extra fields to our Filter methods without breaking the type signatures down the line.
Something like this:
How do people feel about this?
The text was updated successfully, but these errors were encountered: