Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Addon ¶
type Addon interface { // HTTP request headers were successfully read. At this point, the body is empty. Requestheaders(*flow.Flow) // The full HTTP request has been read. Request(*flow.Flow) // HTTP response headers were successfully read. At this point, the body is empty. Responseheaders(*flow.Flow) // The full HTTP response has been read. Response(*flow.Flow) }
type Base ¶
type Base struct{}
Base do nothing
func (*Base) Requestheaders ¶
func (*Base) Responseheaders ¶
type Dumper ¶
func (*Dumper) Requestheaders ¶
Click to show internal directories.
Click to hide internal directories.