https://github.com/ipfs/go-ipfs
Raw File
Tip revision: b34c7a367ed8c672a0dd7d5136c52ca6c098cd82 authored by galargh on 05 April 2023, 15:52:04 UTC
chore: update changelog for v0.19
Tip revision: b34c7a3
api.go
package config

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