MCPcopy
hub / github.com/rs/zerolog / BytesWritten

Method BytesWritten

hlog/internal/mutil/writer_proxy.go:18–18  ·  view source on GitHub ↗

BytesWritten returns the total number of bytes sent to the client.

()

Source from the content-addressed store, hash-verified

16 Status() int
17 // BytesWritten returns the total number of bytes sent to the client.
18 BytesWritten() int
19 // Tee causes the response body to be written to the given io.Writer in
20 // addition to proxying the writes through. Only one io.Writer can be
21 // tee'd to at once: setting a second one will overwrite the first.

Callers 1

AccessHandlerFunction · 0.65

Implementers 1

basicWriterhlog/internal/mutil/writer_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected