Request.this

This constructor creates a GET request, with the root URI ("/") and an empty body.

class Request
this
(
string uri = "/"
,,
string requestBody = ""
)

Parameters

uri string

Target URI.

method Method

Method to use for the request.

Meta