abstract fun method(): HttpMethod
Return the HTTP method.
open static fun method(method: HttpMethod, url: URI): Builder
Create a builder with the given method and url.
method - the HTTP method (GET, POST, etc)
method
url - the URL
url
Return the created builder