proxymore 0.8.0

A powerful and flexible proxy CLI for capturing, inspecting and modifying inflight HTTP(S) and WS(S) traffic. Fork of sigoden/proxyfor.
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;