Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include optional Ipni-Cid-Schema-Type HTTP header #221

Merged
merged 5 commits into from
Sep 5, 2024
Merged

Commits on Sep 3, 2024

  1. Include optional Ipni-Cid-Schema-Type HTTP header

    This optional header, when present, serves as an indication to advertisement publishers what type of data is being requested and is identified by the CID. This may help some publishers more quickly lookup the data.
    
    The publisher, who receives the Ipni-Cid-Schema-Type HTTP header, does not validate the value, because newer values may need to be received by consumer that is using an older version of library.
    
    Implements fix for ipni/storetheindex#2662
    gammazero committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fe0831e View commit details
    Browse the repository at this point in the history
  2. Review changes

    gammazero committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    57beee1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. review changes

    gammazero committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bbbeb76 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    53291a3 View commit details
    Browse the repository at this point in the history
  2. lint: fix import

    gammazero committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    42c96e2 View commit details
    Browse the repository at this point in the history