Comunica Solid

    A comunica Inrupt Solid Client Authn Http Actor.

    Hierarchy

    • ActorHttp
      • ActorHttpInruptSolidClientAuthn
    Index

    Constructors

    Properties

    beforeActors: Actor<IActionHttp, IActorTest, IActorHttpOutput, undefined>[]

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

    bus: Bus<
        Actor<IActionHttp, IActorTest, IActorHttpOutput, undefined>,
        IActionHttp,
        IActorTest,
        IActorHttpOutput,
        undefined,
    >

    The bus this actor subscribes to.

    mediatorHttp: Mediator<
        ActorHttp<undefined>,
        IActionHttp,
        IActorTest,
        IActorHttpOutput,
    >
    name: string

    The name for this actor.

    {<rdf:subject>}
    
    CONTEXT_KEY_SESSION: ActionContextKey<Session> = ...

    Methods

    • Parameters

      • context: IActionContext
      • Optionaldata: () => any

      Returns any

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Run the given action on this actor AND invokes the Bus#onRun method.

      Parameters

      • action: IActionHttp

        The action to run.

      • sideData: undefined

      Returns Promise<IActorHttpOutput>

      A promise that resolves to the run result.

    • Creates an appropriate User-Agent header string for Node.js or other environments. Within browsers, returns undefined, because the value should not be overridden due to potential CORS issues.

      Parameters

      • actorName: string
      • actorVersion: string

      Returns undefined | string

    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns undefined | Logger

      The logger or undefined.

    • Extract the requested URL from the action input.

      Parameters

      • input: RequestInfo | URL

        The request input.

      Returns URL

      The extracted URL.

    • Convert the given headers object into a raw hash.

      Parameters

      • headers: Headers

        A headers object.

      Returns Record<string, string>

    • Attempts to determine whether the current environment is a browser or not.

      Returns boolean

      True for browsers and web workers, false for other runtimes.

    • Converts WhatWG streams to Node streams if required. Returns the input in case the stream already is a Node stream.

      Parameters

      • body: null | ReadableStream<any>

      Returns ReadableStream

      A node stream.

    • Converts Node streams to WhatWG streams.

      Parameters

      • body: null | ReadableStream

      Returns ReadableStream

      A web stream.

    MMNEPVFCICPMFPCPTTAAATR