projects
/
mdref
/
mdref-http
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
67718e65dc3d6dbcdb76b6df6cda56edbbf7cbc5
[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:***
6
> The enqueued requests are counted without regard whether they are finished or not.
7
8
## Params:
9
10
None.
11
12
## Returns:
13
14
* int, number of enqueued requests.