requests.get {http} R Documentation

http get request

Description

Usage

requests.get(url,
    headers = NULL,
    default404 = "(404) Not Found!",
    cache = NULL);

Arguments

url

[as string]

headers

[as list]

cache

used for make compatibility to the offline mode. [as WebTextQuery]

env

[as Environment]

Details

Authors

webKit

Value

this function returns data object of type WebResponseResult.

clr value class

Examples


[Package http version 1.0.0.0 Index]