Skip to content

Alter manifest API output to include HTTP headers #14

@alanshaw

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Inbox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions