Method: HTTP::Message#body_encoding

Defined in:
lib/httpclient/http.rb

#body_encodingObject

Returns content encoding



1034
1035
1036
# File 'lib/httpclient/http.rb', line 1034

def body_encoding
  @http_header.body_encoding
end