prax 0.1.1

a web penetration proxy hosted in neovim
Documentation
1
2
3
4
5
6
7
8
9
10
mod filter;
mod report;
mod scribe;

pub type Req<T> = hyper::Request<T>;
pub type Res<T> = hyper::Response<T>;

pub use filter::*;
pub use report::*;
pub use scribe::*;