- API should only implement methods like `connect`, `request`, `close`, etc that other urllib3 components use. - Create a `BaseHTTPSConnection` API as well with `set_cert(...)` and extra kwargs in `__init__` - Have `urllib3.HTTPConnection` and `HTTPSConnection` inherit from `BaseHTTPConnection` and `BaseHTTPSConnection` #### Sub-issues - https://github.com/urllib3/urllib3/issues/2648
connect,request,close, etc that other urllib3 components use.BaseHTTPSConnectionAPI as well withset_cert(...)and extra kwargs in__init__urllib3.HTTPConnectionandHTTPSConnectioninherit fromBaseHTTPConnectionandBaseHTTPSConnectionSub-issues