Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/undici
/ parse-raw-headers.mjs
File
parse-raw-headers.mjs
benchmarks/core/parse-raw-headers.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ bench, group, run } from
'mitata'
2
import
{ parseRawHeaders } from
'../../lib/core/util.js'
3
4
const
rawHeadersMixed = [
'key'
,
'value'
, Buffer.from(
'key'
), Buffer.from(
'value'
)]
Callers
nothing calls this directly
Calls
3
parseRawHeaders
Function · 0.90
bench
Function · 0.85
run
Function · 0.50
Tested by
no test coverage detected