zio.http.endpoint.http

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class HttpFile(endpoints: List[HttpEndpoint])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HttpGen

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
HttpGen.type
final case class HttpVariable(name: String, value: Option[String], docString: Option[String])

Attributes

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