OSSL_HTTP_REQ_CTX_get_resp_len

Return the number of response body bytes accumulated so far.

Synopsis

Declared in <openssl/http.h>

size_t
OSSL_HTTP_REQ_CTX_get_resp_len(OSSL_HTTP_REQ_CTX const* rctx);

Return Value

Current response length in bytes.

Parameters

NameDescription
rctxHTTP request context that has been exchanging data.