[#COMP_brotli] = COMP_brotli :mrdocs: Return the stream‐based brotli compression method. == Synopsis Declared in `<openssl/comp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:COMP_METHOD.adoc[COMP_METHOD]* COMP_brotli(); ---- == Return Value brotli COMP_METHOD on success, or NULL on failure (or if brotli is unavailable). [.small]#Created with https://www.mrdocs.com[MrDocs]#