Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
64
type
HTTPDecoder
struct
{
65
url string
66
}
67
68
// NewHTTPDecoder - Creates new HTTP decoder
69
func
NewHTTPDecoder(url string) *HTTPDecoder {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected