io.lemonlabs.uri.config.UriConfig
See theUriConfig companion object
case class UriConfig(userInfoEncoder: UriEncoder, pathEncoder: UriEncoder, queryEncoder: UriEncoder, fragmentEncoder: UriEncoder, userInfoDecoder: UriDecoder, pathDecoder: UriDecoder, queryDecoder: UriDecoder, fragmentDecoder: UriDecoder, charset: String, renderQuery: RenderQuery, defaultPorts: Map[String, Int])
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any