pub fn set_compression_dict_path(path: &str) -> boolExpand description
Load the header compression dictionary from a file, which helps serialize http header.
Returns false if it is already set or if the file could not be read.
Use set_compression_dict_content to set the dictionary from memory instead.