MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / SentBodyBytes

Method SentBodyBytes

internal/nodes/http_writer.go:824–826  ·  view source on GitHub ↗

SentBodyBytes 读取发送的字节数

()

Source from the content-addressed store, hash-verified

822
823// SentBodyBytes 读取发送的字节数
824func (this *HTTPWriter) SentBodyBytes() int64 {
825 return this.sentBodyBytes
826}
827
828// SentHeaderBytes 计算发送的Header字节数
829func (this *HTTPWriter) SentHeaderBytes() int64 {

Callers 5

doEndMethod · 0.80
FormatMethod · 0.80
logMethod · 0.80
MetricValueMethod · 0.80
doStatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected