Rdocumentation
powered by
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
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
352
Version
0.0.11
License
GPL (>= 2)
Maintainer
Andreas Westfeld
Last Published
April 25th, 2022
Functions in httpRequest (0.0.11)
Search all functions
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