Skip to content

Commit

Permalink
Merge pull request #114 from jameslairdsmith/patch-1
Browse files Browse the repository at this point in the history
`http_delete()` now gets default curl options.
  • Loading branch information
gaborcsardi authored Jul 24, 2024
2 parents d34bac5 + 664c18c commit c0742f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/aaa-async.R
Original file line number Diff line number Diff line change
Expand Up @@ -2886,6 +2886,7 @@ http_post <- mark_as_async(http_post)
http_delete <- function(url, headers = character(), file = NULL,
options = list()) {
url; headers; options;
options <- get_default_curl_options(options)

make_deferred_http(
function() {
Expand Down

0 comments on commit c0742f3

Please sign in to comment.