smithy4s.http.internals

Type members

Classlikes

sealed trait MetaEncode[-A]
Companion:
object
object MetaEncode
Companion:
class
trait PathEncode[A]
Companion:
object
object PathEncode
Companion:
class

This schema visitor works on data that is annotated with :

This schema visitor works on data that is annotated with :

  • smithy.api.httpLabel
  • smithy.api.httpHeader
  • smithy.api.httpPrefixHeaders
  • smithy.api.httpQuery
  • smithy.api.httpQueryParams

As such, assumptions are made using the information of what types can be annotated in the smithy specs.