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