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

Method requestLength

internal/nodes/http_request.go:1346–1348  ·  view source on GitHub ↗

请求内容长度

()

Source from the content-addressed store, hash-verified

1344
1345// 请求内容长度
1346func (this *HTTPRequest) requestLength() int64 {
1347 return this.RawReq.ContentLength
1348}
1349
1350// 请求用户
1351func (this *HTTPRequest) requestRemoteUser() string {

Callers 3

FormatMethod · 0.95
doFastcgiMethod · 0.95
logMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected