# Functions
New returns a pointer to a Filter with all child modifiers initialized to the noop modifier.
# Structs
Filter is a modifer that contains conditions to evaluate on request and response as well as a set of modifiers to execute based on the value of the provided RequestCondition or ResponseCondition.
# Interfaces
RequestCondition is the interface that describes matchers for response filters.
ResponseCondition is the interface that describes matchers for response filters.