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
Type: string

Target URI

method
Type: Method

Method to use for the request

requestBody
Type: string

Content of the request's body

Meta