Skip to contents

Perform a request to TiddlyWiki WebServer

Usage

request(method, path = "/", query = list(), ...)

Arguments

method

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

path

The path of request

query

The query of request

...

Other arguments of request

Value

The contents of response