Enum url_prefix::Protocol[][src]

pub enum Protocol {
    HTTP,
    HTTPS,
    FTP,
    Custom(Stringu16),
}

A set of protocols for URLs.

Variants

Your own custom protocol created by giving a name and a default port number.

Methods

impl Protocol
[src]

Auto Trait Implementations

impl Send for Protocol

impl Sync for Protocol