Comunica
    Preparing search index...

    Class ActorDereferenceHttpBaseAbstract

    An actor that listens on the 'dereference' bus.

    It resolves the URL using the HTTP bus using an accept header compiled from the available media types.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionDereference,
        IActorTest,
        IActorDereferenceOutput,
        undefined,
    >[] = []

    Actor that must be registered in the bus before this actor.

    bus: Bus<
        Actor<
            IActionDereference,
            IActorTest,
            IActorDereferenceOutput,
            undefined,
        >,
        IActionDereference,
        IActorTest,
        IActorDereferenceOutput,
        undefined,
    >

    The bus this actor subscribes to.

    maxAcceptHeaderLength: number

    The maximum allowed accept header value length for non-browser environments.

    {1024}
    
    maxAcceptHeaderLengthBrowser: number

    The maximum allowed accept header value length for browser environments.

    {128}
    
    mediatorHttp: MediatorHttp

    The HTTP mediator.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods