tehmoon / cryptocli

The ultimate tool for data transfer, manipulation and proxy.
MIT License
16 stars 2 forks source link

HTTP wire format #40

Open tehmoon opened 5 years ago

tehmoon commented 5 years ago

After the #30 rewrite, it could be good to add ways to read from http wire format instead of just the body.

It is easily possible I think with https://godoc.org/net/http#Request.Write and https://godoc.org/net/http#ReadRequest