MCPcopy Create free account
hub / github.com/ericls/imgdd / Set

Method Set

httpserver/persister/interface.go:14–14  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request, key string, value string)

Source from the content-addressed store, hash-verified

12
13type Persister interface {
14 Set(w http.ResponseWriter, r *http.Request, key string, value string) error
15 Get(r *http.Request, key string) (string, error)
16 Delete(w http.ResponseWriter, r *http.Request, key string) error
17 Clear(w http.ResponseWriter, r *http.Request) error

Callers 15

doRPCMethod · 0.65
ensurePrefixMethod · 0.65
statEntryMethod · 0.65
GetReaderMethod · 0.65
SaveMethod · 0.65
DeleteMethod · 0.65
VerifyCaptchaMethod · 0.65
makeTestPNGBytesFunction · 0.65
makeTestPNGFunction · 0.65
makeBlurTestPNGFunction · 0.65
applyBoxBlurRegionFunction · 0.65

Implementers 1

SessionPersisterhttpserver/persister/session_persister

Calls

no outgoing calls

Tested by 9

makeTestPNGBytesFunction · 0.52
makeTestPNGFunction · 0.52
makeBlurTestPNGFunction · 0.52
makeMultipartRequestFunction · 0.52
TestLoginLogoutFunction · 0.52
TestSessionFunction · 0.52
TestSessionWithoutCookieFunction · 0.52