MCPcopy Create free account
hub / github.com/dagger/dagger / HTTPState

Struct HTTPState

core/http.go:28–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const httpStateCanonicalPermissions = 0o600
27
28type HTTPState struct {
29 URL string
30
31 mu sync.Mutex
32
33 ETag string
34 LastModified string
35 ContentDigest digest.Digest
36
37 snapshot bkcache.ImmutableRef
38 snapshotID string
39}
40
41type persistedHTTPStatePayload struct {
42 URL string `json:"url"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected