diff --git a/imports.md b/imports.md index c5b7d1b..cc75897 100644 --- a/imports.md +++ b/imports.md @@ -767,7 +767,7 @@ Headers and Trailers.
A fields
may be mutable or immutable. A fields
created using the
constructor, from-list
, or clone
will be mutable, but a fields
resource given by other means (including, but not limited to,
-incoming-request.headers
, outgoing-request.headers
) might be be
+incoming-request.headers
, outgoing-request.headers
) might be
immutable. In an immutable fields, the set
, append
, and delete
operations will fail with header-error.immutable
.
type headers
A fields
may be mutable or immutable. A fields
created using the
constructor, from-list
, or clone
will be mutable, but a fields
resource given by other means (including, but not limited to,
-incoming-request.headers
, outgoing-request.headers
) might be be
+incoming-request.headers
, outgoing-request.headers
) might be
immutable. In an immutable fields, the set
, append
, and delete
operations will fail with header-error.immutable
.
type headers