Hi, We are started using HttpCore in our Project, In some places we have to override the default implementation of the HttpCore, But i find in many default Implementation Classes the variables scope is private, which is making us very difficult to extend from the Default ones.
So is it possible to change the scope of the variables in the Default Implementations from private to protected in the next release. Thanks.
