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.7")



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.7, https://cran.r-project.org/web/packages/httr2. Accessed 31 Jan. 2025.
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), 1.0.5 (2024-09-26 14:40), 1.0.6 (2024-11-04 17:30), 1.0.7 (2024-11-27 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

GEEmediate  
Mediation Analysis for Generalized Linear Models Using the Difference Method
Causal mediation analysis for a single exposure/treatment and a single mediator, both allowed to be ...
Download / Learn more Package Citations See dependency  
nlpred  
Estimators of Non-Linear Cross-Validated Risks Optimized for Small Samples
Methods for obtaining improved estimates of non-linear cross-validated risks are obtained using targ ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
pim  
Fit Probabilistic Index Models
Fit a probabilistic index model as described in Thas et al, 2012: ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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