Packages

package codec

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object HttpDtab

    Dtab serialization for Http.

    Dtab serialization for Http. Dtabs are encoded into Http headers with keys x-dtab-$idx-(a|b) where $idx is a two-digit integer. These headers are encoded in pairs: 'a' and 'b' headers must exist for each index. Thus when header names are lexically sorted, Dtab entries are decoded pairwise. 'a' denoting prefix, 'b' destination.

    Header values are base64-encoded ("standard" alphabet) Utf8 strings.

Ungrouped