Return the internal memory BIO that accumulates the HTTP request headers for rctx.
Declared in <openssl/http.h>
BIO*
OSSL_HTTP_REQ_CTX_get0_mem_bio(OSSL_HTTP_REQ_CTX const* rctx);
Memory BIO owned by rctx (do not free), or NULL if unavailable.
| Name | Description |
|---|---|
| rctx | Request context previously created with OSSL_HTTP_REQ_CTX_new(). |