mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 23:16:11 +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.
|
|
}
|