在发送 HTTP 头时,禁用名为 name 的头的折叠。
name
默认情况下,多个头值通过逗号分隔合并为单个头行。
'set-cookie' 头默认禁用折叠。
void noFolding(String name);