https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 958e586ca7ac4580bbe3789bc7ea1a2c87bd33ec authored by Piotr Galar on 05 April 2023, 16:14:13 UTC
Merge pull request #9791 from ipfs/release-v0.19.1
Tip revision: 958e586
api.go
package config

type API struct {
	HTTPHeaders map[string][]string // HTTP headers to return with the API.
}
back to top