Rdocumentation
powered by
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
Link to current version
Version
Version
0.0.11
0.0.10
0.0.9
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
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)
Search all functions
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