Method: Protocol::HTTP1::Connection#count
- Defined in:
- lib/protocol/http1/connection.rb
#count ⇒ Object (readonly)
The number of requests processed.
80 81 82 |
# File 'lib/protocol/http1/connection.rb', line 80 def count @count end |