Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object StringCodecs : Defaults<StringCodec<Unit>, StringCodec<Boolean>, StringCodec<Byte>, StringCodec<Short>, StringCodec<Int>, StringCodec<Long>, StringCodec<Float>, StringCodec<Double>, StringCodec<BigInteger>, StringCodec<BigDecimal>, StringCodec<String>, StringCodec<UUID>>
Default StringCodec factories for the scalar types used throughout Tapik's HTTP DSL.
Functions
Link copied to clipboard
Converts a StringCodec into a ByteArrayCodec by bridging through Kotlin's default string/byte array conversions.
Link copied to clipboard
Link copied to clipboard