Method: HTTPX::Response::Body#encodings

Defined in:
lib/httpx/response/body.rb

#encodingsObject (readonly)

Array of encodings contained in the response “content-encoding” header.



12
13
14
# File 'lib/httpx/response/body.rb', line 12

def encodings
  @encodings
end