Learn R Programming

httpRequest (version 0.0.11)

Basic HTTP Request

Description

HTTP Request protocols. Implements the GET, POST and multipart POST request.

Copy Link

Version

Install

install.packages('httpRequest')

Monthly Downloads

352

Version

0.0.11

License

GPL (>= 2)

Maintainer

Andreas Westfeld

Last Published

April 25th, 2022

Functions in httpRequest (0.0.11)

simplePostToHost

Sends Simple Post Request to HTTP Server (host)
getToHost2

Sends Get Request to HTTP Server (host) with raw contents
getToHost

Sends Get Request to HTTP Server (host)
postToHost

Sends Multiform Post Request to HTTP Server