Constant SERVER_NAME

Source
pub const SERVER_NAME: &str;
Expand description

The name of the HTTP(S) server implemented by this crate.

Used in e.g. the Server HTTP header. Currently this is hyperlinks/[version], where hyper refers to the HTTP library used, links is this crate’s name, and the version is util::VERSION.