Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpIf ¶
func DumpIf(path string) chan HttpPacket
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')
func IsTxtContent ¶
Types ¶
type HttpPacket ¶
type HttpPacket struct { Ch TcpChannel Req *http.Request Res *http.Response }
type TcpChannel ¶
Click to show internal directories.
Click to hide internal directories.