You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asking for feedback: Should we have a different interface to the encode/decode functions provided by vmod_blob? Depending on feedback, I would turn this into a VIP or not.
Quick idea draft:
$Module codec
# decoded form is a blob
$Object blob(ENUM {IDENTITY, BASE64, ...} encoding, ENUM {LOWER, UPPER, DEFAULT} case="DEFAULT"}
$Method STRING encode(BLOB)
$Method BLOB decode(STRANDS)
# decoded form is a string
$Object string(ENUM {IDENTITY, BASE64, ...} encoding, ENUM {LOWER, UPPER, DEFAULT} case="DEFAULT"}
$Method STRING encode(STRING)
$Method STRING decode(STRANDS)
Asking for feedback: Should we have a different interface to the encode/decode functions provided by vmod_blob? Depending on feedback, I would turn this into a VIP or not.
Quick idea draft:
The text was updated successfully, but these errors were encountered: