package uri
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=d269901cd27cffaadfa077fe761ef334ad4cdbebeb065faeb833824617ab2ce1
sha512=bf9eb9aa29ced3ae9d39cb3ca8772de118bfe67d8fe2280f213e627f0fef7e80c7703a0dbb7d16c3d23c427866ee6b09c0973e6836e9c3b7225f55597356537c
doc/uri.services/Uri_services/index.html
Module Uri_services
Source
Module that maps the more common IANA well-known ports to and from their textual service names. To save memory, this module does not contains only the more common services. Use the Uri_services_full
module if you need the complete list.
Convert a TCP port number into a list of IANA well-known service names
Convert a UDP port number into a list of IANA well-known service names
Convert a IANA well-known service name into a list of valid TCP port numbers
Convert a IANA well-known service name into a list of valid UDP port numbers
Extract a TCP port from a URI, using a default service if the URI does not contain a scheme
Extract a UDP port from a URI, using a default service if the URI does not contain a scheme
List of known TCP services. These keys are guaranteed to match in the rest of the lookup functions.
List of known UDP services. These keys are guaranteed to match in the rest of the lookup functions.
Association list of protocol * service list
. Usually populated with at least "tcp" and "udp" keys for those respective protocols.