oxygen.http.server

Members list

Packages

Type members

Classlikes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class CurrentRequest

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait DeriveEndpoints[-Api]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Endpoint(apiName: Option[String], endpointName: String, requestSchema: RequestSchema, successResponseSchema: ResponseSchema, errorResponseSchema: ResponseSchema, doc: Option[String], handle: EndpointInput => Option[URIO[Scope, Response]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class EndpointBuilder[-R, +E]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final case class EndpointInput(request: Request, exposeInternalErrors: Boolean)

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Endpoints(endpoints: Growable[Endpoint])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Endpoints.type
trait ErrorConverter[A, B]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait ErrorLevel[E]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ErrorLevel

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ErrorLevel.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ResponseHandler[E, A](errorResponseCodec: ResponseCodec[E], successResponseCodec: ResponseCodec[A], serverErrorHandler: ServerErrorHandler[E])

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait Server

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Server

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Server.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NotHandled[A]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ZioHttpServer(zioConfig: Config, nettyConfig: NettyConfig) extends Server

Attributes

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

Experimental classlikes

final class EndpointAndClientBuilder[-R, +E, A]

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type