# File lib/rev/http_client.rb, line 261
261:     def send_request_body
262:       write @options[:body] if @options[:body]
263:     end