Skip to content

Alter manifest API output to include HTTP headers #14

Description

@alanshaw

Per storacha/RFC#79

Should be a relatively simple refactor to change the []string into a []Source where Source looks something like:

type Source struct {
  URL string
  Headers map[string]string
}

Sources []string `json:"sources"`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
PR Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions