Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1buran/rHttp
/ setReqUrlPath
Method
setReqUrlPath
main.go:469–472 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
467
}
468
469
func
(m *model) setReqUrlPath() {
470
val := m.inputs[urlPath].Value()
471
m.req.URL.Path = val
472
}
473
474
func
(m *model) setReqHost() {
475
val := m.inputs[host].Value()
Callers
1
Update
Method · 0.95
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected