- appendTlsLengthValue
void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, T* vals, size_t vals_size, size_t tag_size)
Helper function for encoding length-tagged vectors
- appendTlsLengthValue
void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, string str, size_t tag_size)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendTlsLengthValue
void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, Vector!(T, Alloc2) vals, size_t tag_size)
Undocumented in source. Be warned that the author may not have intended to support it.
TLS Data Reader