Define abstract HTTP client test class that will be used to test HTTP client instrumentations. As a starting point we could use okhttp tests https://github.com/hypertrace/javaagent/blob/6395bc992b7f74ab6e4c07b6af5260f97824d713/instrumentation/okhttp/okhttp-3.0/src/test/java/io/opentelemetry/instrumentation/hypertrace/okhttp/v3_0/OkHttpTracingInterceptorTest.java#L38 - [x] test JSON capture - [x] test plain text capture - [x] test `x-www-form-urlencoded` capture - [x] test headers capture