Function FetchTransformer

  • The default serializer for passing the input and output through to the request and response properties respectively on the middleware handler argument object.

    Parameters

    • next: FinalizeHandler<Request, Response>

      The next middleware to invoke in the middleware stack.

    Returns SerializeHandler<Request, Response>

    A serialize middleware handler * @byu-oit-sdk/middleware-stack#SerializeHandler | as defined in the Middleware * Stack module.