Nothing
test_that("requesting works", {
res <- do_request("https://httpbin.org/status/414", list(), timeout_seconds = 10 * 60)
expect_equal(res$status_code, 414)
})
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.