rfc2396 1.1.0

A library for validating strings as RFC2396-compliant URIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod abs_path;
mod authority;
mod domain_label;
mod hier_part;
mod host;
mod hostname;
mod ipv4_address;
mod net_path;
mod opaque_part;
mod path_segments;
mod rel_path;
mod scheme;
mod segment;
mod server;
mod top_label;