Skip to content

a simple tool for dump http request, you may use it to monitor and protect your sensitive data in a production environment

License

Notifications You must be signed in to change notification settings

YoungCoderAliang/httpdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple tool for dump http request, you may use it to monitor and protect your sensitive data in a production environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages