noFolding method Null safety

void noFolding(
  1. String name
)

Disables folding for the header named name when sending the HTTP header.

By default, multiple header values are folded into a single header line by separating the values with commas.

The 'set-cookie' header has folding disabled by default.

Implementation

void noFolding(String name);