| parseContentLength {pkgDepTools} | R Documentation |
Given a string containing an HTTP response header, extract the
"Content-Length" header and convert it to a numeric value.
If no such header is found, return NA.
parseContentLength(h)
h |
string containing the HTTP response header |
Internal function
Seth Falcon