Nothing
context("test-http-head")
test_that("HEAD succeeds regardless of wrapper", {
skip_httpbin()
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")))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.