Method: Mechanize::HTTP::Agent#content_encoding_hooks

Defined in:
lib/mechanize/http/agent.rb

#content_encoding_hooksObject (readonly)

A list of hooks to call to handle the content-encoding of a request.


46
47
48
# File 'lib/mechanize/http/agent.rb', line 46

def content_encoding_hooks
  @content_encoding_hooks
end