HttpGen

zio.http.endpoint.http.HttpGen
object HttpGen

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HttpGen.type

Members list

Value members

Concrete methods

def buildPath(config: CodecConfig, in: HttpCodec[_, _]): String
def fromEndpoint(endpoint: Endpoint[_, _, _, _, _]): HttpEndpoint
def fromEndpoint(config: CodecConfig, endpoint: Endpoint[_, _, _, _, _]): HttpEndpoint
def fromEndpoints(config: CodecConfig, endpoint1: Endpoint[_, _, _, _, _], endpoints: Endpoint[_, _, _, _, _]*): HttpFile
def fromEndpoints(endpoint1: Endpoint[_, _, _, _, _], endpoints: Endpoint[_, _, _, _, _]*): HttpFile