Request

constructor(builder: Http.QueryBuilder)

Builds a GET request with the specified QueryBuilder

Parameters

builder

QueryBuilder

Throws

If an I/O exception occurs


constructor(url: String)

Builds a GET request with the specified url

Parameters

url

Url

Throws

If an I/O exception occurs


constructor(url: String, method: String)

Builds a request with the specified url and method

Parameters

url

Url

Throws

If an I/O exception occurs