EndpointCode

zio.http.gen.scala.Code.EndpointCode
final case class EndpointCode(method: Method, pathPatternCode: PathPatternCode, queryParamsCode: Set[QueryParamCode], headersCode: HeadersCode, inCode: InCode, outCodes: List[OutCode], errorsCode: List[OutCode]) extends Code

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product