Return the number of response body bytes accumulated so far.
Declared in <openssl/http.h>
size_t
OSSL_HTTP_REQ_CTX_get_resp_len(OSSL_HTTP_REQ_CTX const* rctx);
Current response length in bytes.
| Name | Description |
|---|---|
| rctx | HTTP request context that has been exchanging data. |