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