Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ requestFilename
Method
requestFilename
internal/nodes/http_request.go:1455–1457 ·
view source on GitHub ↗
获取请求的文件名,仅在请求是读取本地文件时不为空
()
Source
from the content-addressed store, hash-verified
1453
1454
// 获取请求的文件名,仅在请求是读取本地文件时不为空
1455
func
(this *HTTPRequest) requestFilename() string {
1456
return
this.filePath
1457
}
1458
1459
// 请求的scheme
1460
func
(this *HTTPRequest) requestScheme() string {
Callers
2
Format
Method · 0.95
log
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected