MCPcopy Create free account
hub / github.com/code-scan/Goal / Session

Method Session

Ghttp/session.go:3–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1package Ghttp
2
3func (h *Http) Session() *Http {
4 h.isSession = true
5 return h
6}

Callers 3

TestHttpFunction · 0.95
TestCookieFunction · 0.80
TestPstFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestHttpFunction · 0.76
TestCookieFunction · 0.64
TestPstFunction · 0.64