MCPcopy
hub / github.com/monasticacademy/httptap / tcpRequest

Struct tcpRequest

tcp.go:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type tcpRequest struct {
64 fr *tcp.ForwarderRequest
65 wq *waiter.Queue
66}
67
68func (r *tcpRequest) RemoteAddr() net.Addr {
69 addr := r.fr.ID().RemoteAddress

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected