UriParser

io.lemonlabs.uri.parsing.UriParser
See theUriParser companion object
trait UriParser

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class UrlParser
class UrnParser

Members list

Concise view

Value members

Concrete fields

val _alpha_num: Parser[Char]
val _hex_digit: Parser[Char]
val _p_char: Parser[Char]
val _pct_encoded: Parser[Char]
val _sub_delims: Parser[Char]
val _unreserved: Parser[Char]