Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
35
export
const
hasBody = (method: HttpMethod): boolean => method !==
"GET"
&& method !==
"HEAD"
&& method !==
"OPTIONS"
36
37
/**
38
* @since 1.0.0
Callers
1
toWebEither
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected