Escapes a string to be included into quoted-string within HTTP header value.
string
Replaces \ with \, and " with \".
\
"
\"
A string to escape.
Escaped string.
Generated using TypeDoc
Escapes a
stringto be included into quoted-string within HTTP header value.Replaces
\with\, and"with\".