🚀
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
HttpAgentSubmitRequest
Interface HttpAgentSubmitRequest
interface
HttpAgentSubmitRequest
{
   Â
request
:
RequestInit
;
   Â
endpoint
:
Call
;
   Â
body
:
utils
.
agent
.
CallRequest
;
}
Hierarchy (
View Summary
)
utils
.
agent
.
HttpAgentBaseRequest
HttpAgentSubmitRequest
Index
Properties
request
endpoint
body
Properties
request
request
:
RequestInit
Readonly
endpoint
endpoint
:
Call
body
body
:
utils
.
agent
.
CallRequest
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request
endpoint
body
Example
GitHub
ic-reactor
Loading...