MCPcopy
hub / github.com/dreadl0ck/netcap / httpReader

Struct httpReader

decoder/stream/http/http_reader.go:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87type httpReader struct {
88 conversation *core.ConversationInfo
89
90 requests []*httpRequest
91 responses []*httpResponse
92}
93
94// New constructs a new http stream decoder.
95func (h *httpReader) New(conversation *core.ConversationInfo) core.StreamDecoderInterface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected