Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:io
  3. HttpHeaders
  4. noFolding abstract method
noFolding
description

noFolding abstract method

voidnoFolding(
  1. Stringname
)

Disables folding for the header namedname when sending the HTTP header.

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

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

Implementation

void noFolding(String name);
  1. Dart
  2. dart:io
  3. HttpHeaders
  4. noFolding abstract method
HttpHeaders class

[8]ページ先頭

©2009-2025 Movatter.jp