Crate take_sni

Source
Expand description

this is crate for just parse sni in tls client hello buffer, returm endian pos in buffer and sni this crate uses the parser combinator library and DOES NOT PANIC

Functionsยง

inner_take_sni
take sni from buffer and return Result
take_sni
take sni from buffer and return Option
take_sni_point