Categorygithub.com/kjk/httplogproxy
modulepackage
0.0.0-20231003163206-c165623c4b1b
Repository: https://github.com/kjk/httplogproxy.git
Documentation: pkg.go.dev

# README

A http proxy that can log traffic to a file.

# Functions

ChangeLogFile changes name of log file.
CloseLogFile closes the log file.
NewBufferCloser creates new BufferClose.
No description provided by the author
Run starts a proxy.

# Structs

BufferCloser is a wrapper around bytes.Buffer that adds io.Close method to make it io.ReadCloser.
SessionData has info about a request/response session.