Mint.HTTP1.open_request_count
You're seeing just the function
open_request_count
, go back to Mint.HTTP1 module for more information.
Specs
open_request_count(t()) :: non_neg_integer()
See Mint.HTTP.open_request_count/1
.
In HTTP/1, the number of open requests is the number of pipelined requests.