[#OSSL_HTTP_REQ_CTX_get0_mem_bio] = OSSL_HTTP_REQ_CTX_get0_mem_bio :mrdocs: Return the internal memory BIO that accumulates the HTTP request headers for `rctx.` == Synopsis Declared in `<openssl/http.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO.adoc[BIO]* OSSL_HTTP_REQ_CTX_get0_mem_bio(xref:OSSL_HTTP_REQ_CTX.adoc[OSSL_HTTP_REQ_CTX] const* rctx); ---- == Return Value Memory BIO owned by `rctx` (do not free), or NULL if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *rctx* | Request context previously created with OSSL_HTTP_REQ_CTX_new(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#