webmetrics / browsermob-proxy

NOTICE: this project has been forked and is being maintained at https://github.com/lightbody/browsermob-proxy
https://github.com/lightbody/browsermob-proxy
Apache License 2.0
234 stars 773 forks source link

Ability to remove a RequestInterceptor #124

Open cowwoc opened 10 years ago

cowwoc commented 10 years ago

I'd like to change the value of the Referer header multiple times per unit test. I need you to add removeRequestInterceptor() so I can remove the old interceptor before adding a new one with the new header value.