An open API service indexing awesome lists of open source software.

https://github.com/nlevitt/warcprox-rs


https://github.com/nlevitt/warcprox-rs

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Warcprox-rs - WARC writing MITM HTTP/S proxy


tests

Warcprox-rs aims to be a faster clone of warcprox, written in rust, with some features omitted.

```
Usage: warcprox-rs [OPTIONS]

Options:
-p, --port [default: 8000]
-b, --address

[default: localhost]
-c, --cacert CA certificate file. If it does not exist, it will be created [default: ./warcprox-rs-ca.pem]
-z, --gzip Write gzip-compressed warc records
--warc-filename Define custom WARC filename using variables {timestamp14}, {timestamp17}, {serialno}, {randomtoken}, {hostname}, {port}, {maybe_dot_gz} [default: warcprox-{timestamp17}-{serialno}-{randomtoken}.warc{maybe_dot_gz}]
-h, --help Print help
-V, --version Print version
```