Description Usage Arguments Value Examples
A web app similar to https://httpbin.org.
1 | httpbin_app(log = interactive())
|
log |
Whether to log requests to the standard output. |
A presser_app
.
1 2 3 4 5 6 7 | app <- httpbin_app()
proc <- new_app_process(app)
url <- proc$url("/get")
resp <- curl::curl_fetch_memory(url)
curl::parse_headers_list(resp$headers)
cat(rawToChar(resp$content))
proc$stop()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.