requests.post {http} R Documentation

send http post request to the target web server.

Description

Usage

requests.post(url,
    payload = NULL,
    headers = NULL);

Arguments

url

the url of target web services. [as string]

payload

post body, should be in key-value pair format. [as list]

headers

http headers. [as list]

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]