@dokieli/web-access-control - v1.0.0
    Preparing search index...

    Interface DiscoveryOptions

    interface DiscoveryOptions {
        accept?: string;
        aclResource?: string;
        fetch?: FetchLike;
        parse?: GraphParser;
    }
    Index
    accept?: string

    Accept header for ACL resource requests; defaults to text/turtle

    aclResource?: string

    known rel=acl target, skipping the first discovery request

    fetch?: FetchLike
    parse?: GraphParser

    defaults to the built-in Turtle parser