This is the Linux app named httr whose latest release can be downloaded as httr1.4.8sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named httr with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
httr
DESCRIPTION:
httr is superseded: only changes necessary to keep it on CRAN will be made. We recommend using httr2 instead. The aim of httr is to provide a wrapper for the curl package, customized to the demands of modern web APIs. Functions for the most important http verbs: GET(), HEAD(), PATCH(), PUT(), DELETE() and POST(). Automatic connection sharing across requests to the same website (by default, curl handles are managed automatically), cookies are maintained across requests, and an up-to-date root-level SSL certificate store is used. Requests return a standard reponse object that captures the http status line, headers and body, along with other useful information. Support for OAuth 1.0 and 2.0 with oauth1.0_token() and oauth2.0_token(). The demo directory has eight OAuth demos: four for 1.0 (twitter, vimeo, withings and yahoo) and four for 2.0 (facebook, github, google, linkedin). OAuth credentials are automatically cached within a project.
Features
- Functions for the most important http verbs: GET(), HEAD(), PATCH(), PUT(), DELETE() and POST()
- Automatic connection sharing across requests to the same website
- Requests return a standard reponse object that captures the http status line, headers and body, along with other useful information
- You can convert http errors into R errors with stop_for_status()
- Config functions make it easier to modify the request in common ways
- Support for OAuth 1.0 and 2.0 with oauth1.0_token() and oauth2.0_token()
Programming Language
R
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/httr.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.