Searched defs:can_chunked (Results 1 – 1 of 1) sorted by relevance
476 fn can_chunked(method: &Option<Method>, status: StatusCode) -> bool { in can_chunked() method1245 let can_chunked = head.version == Version::HTTP_11; in set_length() localVariable