github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/repo/config/api.go (about)

     1  package config
     2  
     3  type API struct {
     4  	HTTPHeaders map[string][]string // HTTP headers to return with the API.
     5  }