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

Function init

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

RegisterHTTPExtractor registers the HTTP file extractor

()

Source from the content-addressed store, hash-verified

90
91// RegisterHTTPExtractor registers the HTTP file extractor
92func init() {
93 file.RegisterExtractor(&HTTPFileExtractor{})
94}

Callers

nothing calls this directly

Calls 1

RegisterExtractorFunction · 0.92

Tested by

no test coverage detected