Other packages > Find by keyword >

httr2  

Perform HTTP Requests and Process the Responses
View on CRAN: Click here


Download and install httr2 package within the R console
Install from CRAN:
install.packages("httr2")

Install from Github:
library("remotes")
install_github("cran/httr2")

Install by package version:
library("remotes")
install_version("httr2", "1.0.3")



Attach the package and use:
library("httr2")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-09-22
Latest Update: 2023-11-14
Description:
Tools for creating and modifying HTTP requests, then performing them and processing the results. 'httr2' is a modern re-imagining of 'httr' that uses a pipe-based interface and solves more of the problems that API wrapping packages face.
How to cite:
Hadley Wickham (2021). httr2: Perform HTTP Requests and Process the Responses. R package version 1.0.3, https://cran.r-project.org/web/packages/httr2. Accessed 28 Sep. 2024.
Previous versions and publish date:
0.1.0 (2021-09-22 11:00), 0.1.1 (2021-09-28 18:10), 0.2.0 (2022-04-29 01:10), 0.2.1 (2022-05-11 00:30), 0.2.2 (2022-09-25 19:50), 0.2.3 (2023-05-08 21:30), 1.0.0 (2023-11-14 14:53), 1.0.1 (2024-04-01 21:30), 1.0.2 (2024-07-16 11:30), 1.0.3 (2024-08-22 05:20), 1.0.4 (2024-09-14 00:00)
Other packages that cited httr2 R package
View httr2 citation profile
Other R packages that httr2 depends, imports, suggests or enhances
Complete documentation for httr2
Functions, R codes and Examples using the httr2 R package
Some associated functions: curl_translate . example_url . httr2-package . iterate_with_offset . jwt_claim . last_response . multi_req_perform . oauth_cache_path . oauth_client . oauth_client_req_auth . oauth_flow_auth_code_url . oauth_redirect_uri . oauth_token . oauth_token_cached . obfuscate . pipe . progress_bars . req_auth_basic . req_auth_bearer_token . req_body . req_cache . req_cookie_preserve . req_dry_run . req_error . req_headers . req_method . req_oauth . req_oauth_auth_code . req_oauth_bearer_jwt . req_oauth_client_credentials . req_oauth_device . req_oauth_password . req_oauth_refresh . req_options . req_perform . req_perform_iterative . req_perform_parallel . req_perform_sequential . req_perform_stream . req_progress . req_proxy . req_retry . req_template . req_throttle . req_timeout . req_url . req_user_agent . req_verbose . request . resp_body_raw . resp_check_content_type . resp_content_type . resp_date . resp_headers . resp_link_url . resp_raw . resp_retry_after . resp_status . resp_url . response . resps_successes . secrets . signal_total_pages . throttle_status . url_parse . with_mocked_responses . with_verbosity . 
Some associated R codes: content-type.R . curl.R . headers.R . httr2-package.R . import-standalone-obj-type.R . import-standalone-purrr.R . import-standalone-types-check.R . iterate-helpers.R . iterate-responses.R . iterate.R . jwt.R . multi-req.R . oauth-client.R . oauth-flow-auth-code.R . oauth-flow-client-credentials.R . oauth-flow-device.R . oauth-flow-jwt.R . oauth-flow-password.R . oauth-flow-refresh.R . oauth-flow.R . oauth-token.R . oauth.R . parse.R . progress-bars.R . progress.R . req-auth.R . req-body.R . req-cache.R . req-cookies.R . req-error.R . req-headers.R . req-method.R . req-mock.R . req-options.R . req-perform-stream.R . req-perform.R . req-policy.R . req-retries.R . req-template.R . req-throttle.R . req-url.R . req.R . resp-body.R . resp-headers.R . resp-status.R . resp-url.R . resp.R . roxygen2.R . secret.R . sequential.R . test.R . url.R . utils-multi.R . utils-pipe.R . utils.R . zzz.R .  Full httr2 package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

mhtboot  
Multiple Hypothesis Test Based on Distribution of p Values
A framework for multiple hypothesis testing based on distribution of p values. It is well known tha ...
Download / Learn more Package Citations See dependency  
plm  
Linear Models for Panel Data
A set of estimators for models and (robust) covariance matrices, and tests for panel data econometr ...
Download / Learn more Package Citations See dependency  
baseballr  
Acquiring and Analyzing Baseball Data
Provides numerous utilities for acquiring and analyzing baseball data from online sources such as ' ...
Download / Learn more Package Citations See dependency  
glogis  
Fitting and Testing Generalized Logistic Distributions
Tools for the generalized logistic distribution (Type I, also known as skew-logistic distribution), ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
semTable  
Structural Equation Modeling Tables
For confirmatory factor analysis ('CFA') and structural equation models ('SEM') estimated with the ...
Download / Learn more Package Citations See dependency  

22,869

R Packages

195,887

Dependencies

63,882

Author Associations

22,870

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA