Optional callback that updates or replaces the HTTP connection BIO around connect/TLS.
BIO to use for subsequent HTTP I/O, or NULL on failure.
| Name | Description |
|---|---|
| bio | Current connection BIO (may be NULL before connect). |
| arg | User pointer supplied to OSSL_HTTP_open(). |
| connect | Non-zero when establishing the connection; zero when disconnecting. |
| detail | Non-zero to request detailed error reporting from the callback. |