Struct iron::Protocol [] [src]

pub struct Protocol(_);

Protocol used to serve content.

Methods

impl Protocol
[src]

Plaintext HTTP/1

HTTP/1 over SSL/TLS

Returns the name used for this protocol in a URI's scheme part.

Trait Implementations

impl Clone for Protocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more