🚀
IC Reactor v3 is here!
Featuring TanStack Query integration, improved type safety, and more.
View v3 Documentation →
×
ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
HttpAgentRequestTransformFn
Interface HttpAgentRequestTransformFn
interface
HttpAgentRequestTransformFn
{
   Â
priority
?:
number
;
   Â
(
       Â
args
:
utils
.
agent
.
HttpAgentRequest
,
   Â
)
:
Promise
<
undefined
|
void
|
utils
.
agent
.
HttpAgentRequest
>
;
}
HttpAgentRequestTransformFn
(
   Â
args
:
utils
.
agent
.
HttpAgentRequest
,
)
:
Promise
<
undefined
|
void
|
utils
.
agent
.
HttpAgentRequest
>
Parameters
args
:
utils
.
agent
.
HttpAgentRequest
Returns
Promise
<
undefined
|
void
|
utils
.
agent
.
HttpAgentRequest
>
Index
Properties
priority?
Properties
Optional
priority
priority
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
priority
Example
GitHub
ic-reactor
Loading...