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

Name

Description

rctx

HTTP request context that has been exchanging data.

Created with MrDocs