MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / requestString

Method requestString

internal/nodes/http_request.go:1387–1389  ·  view source on GitHub ↗

构造类似于"GET / HTTP/1.1"之类的请求字符串

()

Source from the content-addressed store, hash-verified

1385
1386// 构造类似于"GET / HTTP/1.1"之类的请求字符串
1387func (this *HTTPRequest) requestString() string {
1388 return this.RawReq.Method + " " + this.rawURI + " " + this.RawReq.Proto
1389}
1390
1391// 构造请求字符串
1392func (this *HTTPRequest) requestCookiesString() string {

Callers 2

FormatMethod · 0.95
logMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected