RequestMethod

scamper.http.RequestMethod
See theRequestMethod companion object
sealed trait RequestMethod

Defines HTTP request method.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def name: String

Gets method name.

Gets method name.

Attributes

Concrete methods

def apply(target: Uri): HttpRequest

Creates HttpRequest with this request method and supplied target.

Creates HttpRequest with this request method and supplied target.

Attributes

def apply(target: String): HttpRequest

Creates HttpRequest with this request method and supplied target.

Creates HttpRequest with this request method and supplied target.

Attributes