github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/repo/config/gateway.go (about) 1 package config 2 3 // Gateway contains options for the HTTP gateway server. 4 type Gateway struct { 5 HTTPHeaders map[string][]string // HTTP headers to return with the gateway 6 RootRedirect string 7 Writable bool 8 }