Skip to content

Commit c4ffd20

Browse files
authored
fix #559
Removed recommendation for the 'httpRequest' package due to lack of endorsement.
1 parent c1f7a50 commit c4ffd20

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

WebTechnologies.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,6 @@ For specialized situations, the following resources may be useful:
713713

714714
- `r pkg("RCurl")` is another low-level client for libcurl.
715715
Of the two low-level curl clients, we recommend using `r pkg("curl")`.
716-
`r pkg("httpRequest")` is another low-level package for HTTP requests that implements
717-
the GET, POST and multipart POST verbs,
718-
but we do not recommend its use.
719716
- `r pkg("request")` provides a high-level package that is useful for developing other API client packages.
720717
`r pkg("httping")` provides simplified tools to ping and time HTTP requests, around `r pkg("httr")` calls.
721718
`r pkg("httpcache")` provides a mechanism for caching HTTP requests.

0 commit comments

Comments
 (0)