POST

zio.http.Method$.POST$
object POST extends Method

Attributes

Graph
Supertypes
trait Method
class Object
trait Matchable
class Any
Self type
POST.type

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Method -> Any
Inherited from:
Method

Concrete fields

The name of the method, as it appears in the HTTP request.

The name of the method, as it appears in the HTTP request.

Attributes