int BearHttpsResponse_get_headers_size(BearHttpsResponse *self);Gets the number of headers in the HTTP response. This is useful for iterating through all response headers.
self: Pointer to theBearHttpsResponseobject
The number of headers in the response, or -1 if the response is invalid or an error occurred.