# File lib/httpclient/http.rb, line 860 def http_body=(body) @http_body = body @http_header.body_size = @http_body.size if @http_header end