projects
/
mdref
/
mdref-http
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
851ae1fdc2dd65dcd6229d64252969a28f62b59a
[mdref/mdref-http]
/
http
/
Client
/
count.md
1
# int http\Client::count()
2
3
Implements Countable. Retrieve the number of enqueued requests.
4
5
> **Note:** The enqueued requests are counted without regard whether they are finished or not.
6
7
## Params:
8
9
None.
10
11
## Returns:
12
13
* int, number of enqueued requests.