TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

The external filtering API needs an extra enum action for ignoring responses as well #100

Closed TechnikEmpire closed 7 years ago

TechnikEmpire commented 7 years ago

Right now the default ignore enum option will ignore the entire transaction. But, we don't want that always. We may want to ignore the request, but not the response. We need a new enum to ignore both, or ignore just the request.

Related to #99