camo-rs 0.1.1

Camo proxies insecure HTTP images over HTTPS, preventing mixed content warnings on secure pages.
Documentation
1
2
3
4
5
6
mod content_types;

pub mod config;
pub mod error;
pub mod http_client;
pub mod router;