module Uri_type:sig
..end
type
uri = {
|
scheme : |
|
authority : |
|
path : |
|
query : |
|
fragment : |
= {
|
host_kind : |
|
host : |
|
port : |
|
userinfo : |
type
host_kind =
| |
Reg_name |
| |
IPv4address |
| |
IP_literal |