Http.DigitsDecimal digits codec.
This encodes and decodes non-negative as found in headers values with OCaml int values (see max_int). The module detects overflows and turns them into errors.
decode s is the non-empty sequence of decimal digits s as a non-negative integer.