MCPcopy Create free account
hub / github.com/Effect-TS/effect / urlParams

Function urlParams

packages/platform/src/internal/httpBody.ts:128–129  ·  view source on GitHub ↗
(urlParams: UrlParams.UrlParams, contentType?: string)

Source from the content-addressed store, hash-verified

126
127/** @internal */
128export const urlParams = (urlParams: UrlParams.UrlParams, contentType?: string): Body.Uint8Array =>
129 text(UrlParams.toString(urlParams), contentType ?? "application/x-www-form-urlencoded")
130
131/** @internal */
132export const jsonSchema = <A, I, R>(schema: Schema.Schema<A, I, R>, options?: ParseOptions) => {

Callers

nothing calls this directly

Calls 2

textFunction · 0.70
toStringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…