getContentLength.HttpRequest {R.rsp}R Documentation

Gets the length of contents

Description

Gets the length of contents (in bytes), or -1 if the length is not known.

Usage

## S3 method for class 'HttpRequest':
getContentLength(this, ...)

Arguments

... Not used.

Value

Returns an integer.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see HttpRequest.


[Package R.rsp version 0.3.4 Index]