getScheme.HttpRequest {R.rsp}R Documentation

Gets the scheme used to make this request

Description

Gets the scheme used to make this request, e.g. http, https, or ftp.

Usage

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

Arguments

... Not used.

Value

Returns a character string.

Author(s)

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

See Also

getProtocol(). For more information see HttpRequest.


[Package R.rsp version 0.3.4 Index]