altsvc 0.1.2

alt-svc header parser
Documentation
1
2
3
4
5
6
7
mod error;
mod service;

pub use error::ParseError;
pub use service::parse;
pub use service::AltAuthority;
pub use service::Service;