netx: MeasurementRoot: add RoundTrip hook #233
Labels
effort/XS
Extra small effort
enhancement
New feature or request
ooni/netx
Issues related to github.com/ooni/netx
priority/low
Low priority
I recently gave an internal presentation to @ooni where I said that certain actions are not easy because we do not have a way to override the RoundTrip on a per request basis. Yet, if we add a RoundTrip hook to MeasurementRoot, that becomes easy to do. This can be useful to implement the ooni/netx#127 use case, for example, without changing the core implementation. Another use case is that it could allow us to use a different TLS implementation (see #229).
The text was updated successfully, but these errors were encountered: