Riksdagsmonitor Intelligence Platform - v0.7.19
Home
GitHub
ISMS
Preparing search index...
scripts/mcp-client/transport
FetchLike
Interface FetchLike
Minimal fetch-like response interface for transport abstraction
interface
FetchLike
{
ok
:
boolean
;
status
:
number
;
statusText
:
string
;
headers
:
{
get
(
name
:
string
)
:
string
}
;
text
()
:
Promise
<
string
>
;
json
()
:
Promise
<
unknown
>
;
}
Index
Properties
ok
status
status
Text
headers
Methods
text
json
Properties
ok
ok
:
boolean
status
status
:
number
status
Text
statusText
:
string
headers
headers
:
{
get
(
name
:
string
)
:
string
}
Methods
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
json
json
()
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
ok
status
status
Text
headers
Methods
text
json
Architecture
Security
Threat Model
Data Model
SWOT
Business Model
Home
GitHub
ISMS
Riksdagsmonitor Intelligence Platform - v0.7.19
Loading...
Minimal fetch-like response interface for transport abstraction