Last data update: 2014.03.03

R: Gets the name and version of the protocol used to make this...
getProtocol.HttpRequestR Documentation

Gets the name and version of the protocol used to make this request

Description

Gets the name and version of the protocol used to make this request, e.g. HTTP/1.1.

Usage

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

Arguments

...

Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

getScheme(). For more information see HttpRequest.

Results