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