1
2
3
4
5
6
7
8
//! An Extractor that parses the HTTP header and pulls out a list of DUAs

use super::*;
extern crate actix_web;
extern crate actix_service;
extern crate futures;

pub mod actix;