Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
Cachios method-in-options example
node v6.17.1
version:
master
endpoint
share
tweet
const cachios = require('cachios'); (async () => { console.log(await cachios.request({ url: 'https://httpbin.org/post', method: 'post' })); })();
Loading…
no comments
sign in
to comment