Skip to main content
Version: 2.x.x

interceptRequest


import { interceptRequest } from "@hyper-fetch/core"

Description

Defined in builder/builder.utils.ts:23

Preview

interceptRequest(interceptors, command)

Parameters

NameDetails

interceptors

Required

RequestInterceptorCallback[]

command

Required

CommandInstance

Returns

Promise<CommandInstance>