dwww Home | Show directory contents | Find package

context("test-http-head")

test_that("HEAD succeeds regardless of wrapper", {
  expect_false(http_error(HEAD("https://httpbin.org")))
  expect_false(http_error(VERB("HEAD", "https://httpbin.org")))
  expect_false(http_error(RETRY("HEAD", "https://httpbin.org")))
})

Generated by dwww version 1.15 on Tue Jun 25 08:14:18 CEST 2024.