diff --git a/proxy.md b/proxy.md index 5a249a4..93edb93 100644 --- a/proxy.md +++ b/proxy.md @@ -817,11 +817,9 @@ http-related errors.

which have multiple values are represented by multiple entries in this list with the same key.

The tuple is a pair of the field key, represented as a string, and -Value, represented as a list of bytes. In a valid Fields, all keys -and values are valid UTF-8 strings. However, values are not always -well-formed, so they are represented as a raw list of bytes.

-

An error result will be returned if any header or value was -syntactically invalid, or if a header was forbidden.

+Value, represented as a list of bytes.

+

An error result will be returned if any field-key or field-value is +syntactically invalid, or if a field is forbidden.

Params

[method]fields.get: func

Get all of the values corresponding to a key. If the key is not present -in this fields, an empty list is returned. However, if the key is -present but empty, this is represented by a list with one or more -empty field-values present.

+in this fields or is syntactically invalid, an empty list is returned. +However, if the key is present but empty, this is represented by a list +with one or more empty field-values present.

Params