in reply to Re^3: LWP send/received byte counters
in thread LWP send/received byte counters
LWP::UserAgent delegates to a LWP::Protocol subclass which delegates to Net::HTTP for HTTP requests and Net::HTTPS for HTTPS.
These classes do not provide a method of obtaining the number of bytes sent/received.
|
|---|