MCPcopy
hub / github.com/projectdiscovery/proxify / Write

Method Write

pkg/logger/writer.go:23–23  ·  view source on GitHub ↗

Write writes a http transaction to the file.

(data *types.HTTPRequestResponseLog)

Source from the content-addressed store, hash-verified

21type OutputFileWriter interface {
22 // Write writes a http transaction to the file.
23 Write(data *types.HTTPRequestResponseLog) error
24 // Close closes the file writer.
25 Close() error
26}

Callers 4

hijackNServeMethod · 0.65
getProxifyServerMuxFunction · 0.65
pipeMethod · 0.65
AsyncWriteMethod · 0.65

Implementers 2

YamlMultiDocWriterpkg/logger/yaml/yaml.go
JsonLinesWriterpkg/logger/jsonl/jsonl.go

Calls

no outgoing calls

Tested by

no test coverage detected