• Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • Client BYU
  • RequestTransformer

Function RequestTransformer

  • RequestTransformer(next, context): SerializeHandler<RequestInput, RequestOutput>
  • Translates the behaviors of the request-promise package to the fetch API.

    Parameters

    • next: FinalizeHandler<RequestInput, RequestOutput>

      The next middleware to invoke in the middleware stack.

    • context: ByuClientExecutionContext

      The metadata and information shared between all middleware in the stack

    Returns SerializeHandler<RequestInput, RequestOutput>

    A serialize middleware handler.

    • Defined in packages/client-byu/src/RequestCommand.ts:72

Settings

Member Visibility

Theme

Documentation
  • Loading...

Generated using TypeDoc