Code
req_dry_run(req_utf8)
Output
POST / HTTP/1.1
accept: */*
content-type: text/plain
CenĂ¡rio
Code
req_dry_run(req_json)
Output
POST / HTTP/1.1
accept: */*
content-type: application/json
{
"x": 1,
"y": true
}
Code
req_dry_run(req_json, pretty_json = FALSE)
Output
POST / HTTP/1.1
accept: */*
content-type: application/json
{"x":1,"y":true}
Code
req_dry_run(req_binary)
Output
POST / HTTP/1.1
accept: */*
<8 bytes>
Code
req_dry_run(req)
Output
GET / HTTP/1.1
accept: */*
authorization: <REDACTED>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.