View Source Barytherium.Frame.ValueEncoding (barytherium v0.2.0)
ValueEncoding functions for STOMP. This is handled automatically by functions in Barytherium.Frame
Value Encoding is the limited set of escape characters used in headers to avoid control characters
In short:
- Colon (
:
) →c
- Backslash (
`) →
` Carriage Return () →
Line feed (
) →
Any other characters aren't valid and should be treated as an error (but aren't here, yet) https://stomp.github.io/stomp-specification-1.2.html#Value_Encoding