proxyfor 0.5.0

A powerful and flexible proxy CLI for capturing and inspecting HTTP(S) and WS(S) traffic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
extern crate log;

pub mod cert;
pub mod filter;
pub mod server;
pub mod state;
pub mod traffic;
pub mod tui;
pub mod utils;

mod rewind;