Home
last modified time | relevance | path

Searched defs:headerCharRegex (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/
D_http_common.js216 const headerCharRegex = /[^\t\x20-\x7e\x80-\xff]/; constant
/third_party/node/deps/undici/src/lib/core/
Drequest.js27 const headerCharRegex = /[^\t\x20-\x7e\x80-\xff]/ constant