Learn R Programming

⚠️There's a newer version (0.0.11) of this package.Take me there.

httpRequest (version 0.0.3)

Basic HTTP Request

Description

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

Copy Link

Version

Install

install.packages('httpRequest')

Monthly Downloads

260

Version

0.0.3

License

GPL version 2 or newer

Maintainer

Eryk Wolski

Last Published

April 25th, 2022

Functions in httpRequest (0.0.3)

GetToHost

Sends Get Request to HTTP Server (host)
SimplePostToHost

Sends Simple Post Request to HTTP Server (host)
PostToHost

Sends Multiform Post Request to HTTP Server