(self, conn: BaseHTTPConnection)
| 340 | """ |
| 341 | |
| 342 | def _prepare_proxy(self, conn: BaseHTTPConnection) -> None: |
| 343 | # Nothing to do for HTTP connections. |
| 344 | pass |
| 345 | |
| 346 | def _get_timeout(self, timeout: _TYPE_TIMEOUT) -> Timeout: |
| 347 | """Helper that always returns a :class:`urllib3.util.Timeout`""" |