Skip to contents

Perform a request to TiddlyWiki WebServer

Usage

request(method = "GET", path = "/", body = NULL, auto_unbox = TRUE)

Arguments

method

The method in the httr package, e.g. GET, POST

path

The path of request

body

the query body

auto_unbox

whether auto unbox for json body

Value

The contents of response