1.0.9 (2024-05-10)
1.0.9 (2024-05-10)
- Enhancements
- Add
argo_limits
andargo_varbit
for controlling the maximum number of bits supported inHasUserFlags
(defaults to 700-bits). - Add new functions to
argo_header
:argo_header:from_http_argo_mode/1
andargo_header:to_http_argo_mode/1
- For use with HTTP header
Argo-Mode
. - For example:
Argo-Mode: InlineEverything;SelfDescribing;OutOfBandFieldErrors;SelfDescribingErrors;NullTerminatedStrings;NoDeduplication;HasUserFlags:10
- For use with HTTP header
argo_header:from_u64/1
andargo_header:to_u64/1
- For use with encode/decode of
ArgoHeader
to an unsigned 64-bit integer. - For example:
argo_header:from_u64(32640).
- For use with encode/decode of
argo_header:from_uint/1
andargo_header:to_uint/1
- For use with encode/decode of
ArgoHeader
to an unsigned integer (may be larger than 64-bits). - For example:
argo_header:from_uint(2586086763326778769917682175246592).
- For use with encode/decode of
- Add