[#OSSL_HTTP_REQ_CTX_free] = OSSL_HTTP_REQ_CTX_free :mrdocs: Free an HTTP request context and its owned BIO/state. == Synopsis Declared in `<openssl/http.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_HTTP_REQ_CTX_free(xref:OSSL_HTTP_REQ_CTX.adoc[OSSL_HTTP_REQ_CTX]* rctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rctx* | Context to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#