Provides a unified callback interface to decompression libraries.
# File lib/em-http/decoders.rb, line 12 12: def accepted_encodings 13: DECODERS.inject([]) { |r,d| r + d.encoding_names } 14: end
# File lib/em-http/decoders.rb, line 16 16: def decoder_for_encoding(encoding) 17: DECODERS.each { |d| 18: return d if d.encoding_names.include? encoding 19: } 20: nil 21: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.