HttpEndpoint

zio.http.endpoint.http.HttpEndpoint
final case class HttpEndpoint(method: Method, path: String, headers: Seq[String], requestBody: Option[JsonSchema], variables: Seq[HttpVariable], docString: Option[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render: String

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product