SkidSec WebShell

Server Address : 2a02:4780:a:760:0:37cc:13e2:3

Web Server : LiteSpeed

Uname : Linux uk-fast-web660.main-hosting.eu 5.14.0-570.55.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:27:51 EDT 2025 x86_64

PHP Version : 7.4.33



Current Path : /opt/gsutil/third_party/urllib3/notes/



Current File : //opt/gsutil/third_party/urllib3/notes/public-and-private-apis.md
# Public and private APIs

## Public APIs

- `urllib3.request()`
- `urllib3.PoolManager`
- `urllib3.ProxyManager`
- `urllib3.HTTPConnectionPool`
- `urllib3.HTTPSConnectionPool`
- `urllib3.BaseHTTPResponse`
- `urllib3.HTTPResponse`
- `urllib3.HTTPHeaderDict`
- `urllib3.filepost`
- `urllib3.fields`
- `urllib3.exceptions`
- `urllib3.contrib.*`
- `urllib3.util`

Only public way to configure proxies is through `ProxyManager`?

## Private APIs

- `urllib3.connection`
- `urllib3.connection.BaseHTTPConnection`
- `urllib3.connection.BaseHTTPSConnection`
- `urllib3.connection.HTTPConnection`
- `urllib3.connection.HTTPSConnection`
- `urllib3.util.*` (submodules)