Skip to content

Commit

Permalink
Update aaa-async.R
Browse files Browse the repository at this point in the history
http_delete() now gets default curl options.
  • Loading branch information
jameslairdsmith authored Jul 24, 2024
1 parent d34bac5 commit 664c18c
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 664c18c

Please sign in to comment.