comtrya_lib/atoms/http/
mod.rs

1use super::Atom;
2
3mod download;
4pub use download::Download;
5
6pub trait HttpAtom: Atom {}