Skip to content

Feature Request/Discussion: Early Hints #133

@machawk1

Description

@machawk1

Recently I have become more familiar with RFC8297, which details the HTTP 103 (Early Hints) status code.

In an effort to be transparent, an aggregator might want to expose the sources being queried, for example:

> curl -I https://memgator.example.com/timemap/cdxj/https://odu.edu
HTTP/1.1 103 Early Hints
Link: <https://archive1.com/timemap/link/https://odu.edu; rel=timemap
Link: <https://archive2.org/timemap/link/https://odu.edu; rel=timemap
Link: <https://three.myarchive.net/web/timemap/cdxj/https://odu.edu; rel=timemap
...

In extending the aggregation concept, revealing the sources at query time would be useful. My anticipated use case might be to poll for the sources used, perhaps based on the then-current sleep status of each respective archive.

It is not an entirely well-formed notion but I thought I would put forth the idea for discussion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions