@dokieli/web-annotation - v1.0.1
    Preparing search index...

    Interface HttpRequestState

    W3C oa:HttpRequestState: HTTP request header(s) used to retrieve the selected representation.

    interface HttpRequestState {
        id?: string;
        refinedBy?: Selector | Selector[];
        type: "HttpRequestState";
        value: string | string[];
    }
    Index
    id?: string
    refinedBy?: Selector | Selector[]
    type: "HttpRequestState"
    value: string | string[]

    e.g. Accept: text/html