modulepackage
0.0.0-20211025030150-4cf33b272a8e
Repository: https://github.com/youngcoderaliang/httpdump.git
Documentation: pkg.go.dev
# README
httpdump
introduction
a simple tool for dump http packets, you may use it to detect and protect your sensitive data in a production environment especially read flow from switch.
it supports simple http network flow in http1.0/http1.1.
it does not support https/http2/chunked http response , maybe i will support them in a few days but who knows ...
this is a first go project for me, so maybe it's not such graceful, if you have better way to code please tell me.
document
the way to use it :
httpChan := httpdump.DumpIf(ifName)
you may like to have an example in test_dump.go
hello
if you have any good idea just let me know
email: [email protected]
I do will check them at least once a year
# Functions
support : simple network flow in http 1.0 / http 1.1 not support : http 2 (ignore), https (ignore), Transfer-Encoding: chunked (response is replaced by text 'error').
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author