# File lib/rev/http_client.rb, line 267
267:     def send_request_body
268:       write @options[:body] if @options[:body]
269:     end