set method

void set (
  1. String name,
  2. Object value,
  3. {@Since("2.8") bool preserveHeaderCase = false}
)

Sets the header name to value.

Removes all existing values for the header named name and then adds value to it.

Implementation

void set(String name, Object value,
    {@Since("2.8") bool preserveHeaderCase = false});

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/HttpHeaders/set.html