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