UriParser

trait UriParser
Companion
object
class Object
trait Matchable
class Any
class UrlParser
class UrnParser

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]