Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 请求内容长度
1346
func
(this *HTTPRequest) requestLength() int64 {
1347
return
this.RawReq.ContentLength
1348
}
1349
1350
// 请求用户
1351
func
(this *HTTPRequest) requestRemoteUser() string {
Callers
3
Format
Method · 0.95
doFastcgi
Method · 0.95
log
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected