Method: HTTP::Message#body_encoding

Defined in:
lib/httpclient/http.rb

#body_encodingObject

Returns content encoding



996
997
998
# File 'lib/httpclient/http.rb', line 996

def body_encoding
  @http_header.body_encoding
end