MCPcopy 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
469func (m *model) setReqUrlPath() {
470 val := m.inputs[urlPath].Value()
471 m.req.URL.Path = val
472}
473
474func (m *model) setReqHost() {
475 val := m.inputs[host].Value()

Callers 1

UpdateMethod · 0.95

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected