Comunica
    Preparing search index...

    The non-browser variant of ActorDereferenceHttp.

    Hierarchy (View Summary)

    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