Methods

endpoints4s.sttp.client.Methods
trait Methods extends Methods

algebra.Methods interpreter that builds URLs.

Attributes

Graph
Supertypes
trait Methods
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Types

type Method = RequestT[Identity, _, Any] => RequestT[Identity, _, Any]

HTTP Method

HTTP Method

Attributes

Value members

Concrete methods

def Delete: Method

Attributes

def Get: Method

Attributes

Attributes

def Patch: Method

Attributes

def Post: Method

Attributes

def Put: Method

Attributes