UriConfig

object UriConfig
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(userInfoEncoder: UriEncoder, pathEncoder: UriEncoder, queryEncoder: UriEncoder, fragmentEncoder: UriEncoder, userInfoDecoder: UriDecoder, pathDecoder: UriDecoder, queryDecoder: UriDecoder, fragmentDecoder: UriDecoder, charset: String, renderQuery: RenderQuery): UriConfig
def apply(encoder: UriEncoder, decoder: UriDecoder, charset: String, renderQuery: RenderQuery): UriConfig

Concrete fields

Probably more than you need to percent encode. Wherever possible try to use a tighter Set of characters to encode depending on your use case

Probably more than you need to percent encode. Wherever possible try to use a tighter Set of characters to encode depending on your use case

val defaultPorts: Map[String, Int]