MCPcopy Index your code
hub / github.com/Permify/permify / HTTPDecoder

Struct HTTPDecoder

pkg/development/file/decoder.go:64–66  ·  view source on GitHub ↗

HTTP

Source from the content-addressed store, hash-verified

62// HTTP
63
64type HTTPDecoder struct {
65 url string
66}
67
68// NewHTTPDecoder - Creates new HTTP decoder
69func NewHTTPDecoder(url string) *HTTPDecoder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected