MCPcopy Create free account
hub / github.com/effect-app/libs / getState

Function getState

repos/effect/packages/effect/src/unstable/http/HttpClient.ts:1075–1082  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

1073 * Disables adaptive learning from `Retry-After` responses. Response
1074 * inspection and direct `Retry-After` delays remain enabled.
1075 */
1076 readonly disableAdaptiveLearning?: boolean | undefined
1077 }
1078}
1079
1080/**
1081 * Applies request rate limiting using the `RateLimiter` service.
1082 *
1083 * **Details**
1084 *
1085 * It can update limits by inspecting common rate limit response headers and

Callers 1

HttpClient.tsFile · 0.70

Calls 2

getMethod · 0.65
setMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…