HttpCommand

zio.http.endpoint.cli.HttpCommand
object HttpCommand

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def addOptionsTo(cliEndpoint: CliEndpoint): Options[CliRequest]
def fromEndpoints[M <: EndpointMiddleware](name: String, endpoints: Chunk[Endpoint[_, _, _, _, M]], cliStyle: Boolean): Command[CliRequest]
def getCommand[M <: EndpointMiddleware](endpoint: Endpoint[_, _, _, _, M], cliStyle: Boolean): Command[CliRequest]

Concrete fields

val emptyOptions: Options[CliRequest]