smithy4s.http4s
package smithy4s.http4s
Members list
Type members
Classlikes
object ClientEndpointMiddleware
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object ServerEndpointMiddleware
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
abstract class SimpleProtocolBuilder[P](simpleProtocolCodecs: SimpleProtocolCodecs)(implicit protocolTag: ShapeTag[P])
Abstract construct helping the construction of routers and clients for a given protocol. Upon constructing the routers/clients, it will first check that they are indeed annotated with the protocol in question.
Abstract construct helping the construction of routers and clients for a given protocol. Upon constructing the routers/clients, it will first check that they are indeed annotated with the protocol in question.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SimpleRestJsonBuilderobject SimpleRestJsonBuilder.type
trait SimpleProtocolCodecs
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object SimpleRestJsonBuilder extends SimpleRestJsonBuilder
Attributes
- Companion
- class
- Supertypes
-
class SimpleRestJsonBuilderclass SimpleProtocolBuilder[SimpleRestJson]class Objecttrait Matchableclass Any
- Self type
class SimpleRestJsonBuilder extends SimpleProtocolBuilder[SimpleRestJson]
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object SimpleRestJsonBuilder.type
Types
In this article