// SPDX-License-Identifier: MIT OR Apache-2.0
// This file is part of Static Web Server.
// See https://static-web-server.net/ for more information
// Copyright (C) 2019-present Jose Quintana <joseluisq.net>
//! Additional types for the headers module in order to handle Accept-Encoding
//! and Accept headers.
//!
pub use Accept;
pub use AcceptEncoding;
pub use ContentCoding;
pub use QualityValue;