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

Struct HTTPFileExtractor

decoder/stream/http/http_file_extractor.go:31–31  ·  view source on GitHub ↗

HTTPFileExtractor implements file extraction for HTTP transfers

Source from the content-addressed store, hash-verified

29
30// HTTPFileExtractor implements file extraction for HTTP transfers
31type HTTPFileExtractor struct{}
32
33// GetFileHandle generates a unique identifier for an HTTP file transfer
34func (h *HTTPFileExtractor) GetFileHandle(conv *core.ConversationInfo, isOrigin bool, depth int) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected