mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-11 07:03:32 +08:00

This commit fixes + improves CORS support License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
6 lines
109 B
Go
6 lines
109 B
Go
package config
|
|
|
|
type API struct {
|
|
HTTPHeaders map[string][]string // HTTP headers to return with the API.
|
|
}
|