IGPAPI
Preparing search index...
@igpapi/core
mobile
handleRequest
Function handleRequest
handleRequest
(
transport
:
TransportInstance
,
parseSessionHeaders
:
(
headers
:
Record
<
string
,
string
|
string
[]
>
,
)
=>
Effect
<
void
>
,
getHeaders
:
(
req
:
HttpRequest
)
=>
HttpHeaders
,
session
:
MobileSessionState
,
req
:
HttpRequest
,
)
:
Effect
<
TransportResponse
,
|
TransportError
|
RequestError
|
ParseError
|
IgNotFoundError
|
IgRateLimitError
|
IgSpamError
|
IgCheckpointError
|
IgAccountSuspendedError
|
IgAccountDisabledError
|
IgCookieConsentRequiredError
|
IgLoginRequiredError
|
IgUserLoggedOutError
|
IgPrivateUserError
|
IgInactiveUserError
|
IgSentryBlockError
|
IgIpBlockError
|
IgLoginTwoFactorRequiredError
,
never
,
>
Parameters
transport
:
TransportInstance
parseSessionHeaders
:
(
headers
:
Record
<
string
,
string
|
string
[]
>
)
=>
Effect
<
void
>
getHeaders
:
(
req
:
HttpRequest
)
=>
HttpHeaders
session
:
MobileSessionState
req
:
HttpRequest
Returns
Effect
<
TransportResponse
,
|
TransportError
|
RequestError
|
ParseError
|
IgNotFoundError
|
IgRateLimitError
|
IgSpamError
|
IgCheckpointError
|
IgAccountSuspendedError
|
IgAccountDisabledError
|
IgCookieConsentRequiredError
|
IgLoginRequiredError
|
IgUserLoggedOutError
|
IgPrivateUserError
|
IgInactiveUserError
|
IgSentryBlockError
|
IgIpBlockError
|
IgLoginTwoFactorRequiredError
,
never
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGPAPI
Loading...