Movatterモバイル変換


[0]ホーム

URL:


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

remove abstract method

voidremove(
  1. Stringname,
  2. Objectvalue
)

Removes a specific value for a header name.

Some headers have system supplied values which cannot be removed.For all other headers and values, thevalue is converted to a stringin the same way as foradd, then that string value is removed from thecurrent values ofname.If there are no remaining values forname, the header is no longerconsidered present.

Implementation

void remove(String name, Object value);
  1. Dart
  2. dart:io
  3. HttpHeaders
  4. remove abstract method
HttpHeaders class

[8]ページ先頭

©2009-2025 Movatter.jp