MCPcopy Index your code
hub / github.com/Effect-TS/effect / hasBody

Function hasBody

packages/platform/src/HttpMethod.ts:35–35  ·  view source on GitHub ↗
(method: HttpMethod)

Source from the content-addressed store, hash-verified

33 * @since 1.0.0
34 */
35export const hasBody = (method: HttpMethod): boolean => method !== "GET" && method !== "HEAD" && method !== "OPTIONS"
36
37/**
38 * @since 1.0.0

Callers 1

toWebEitherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…