15 16 17 18 19
# File 'lib/pdf_service_client.rb', line 15 def render html start do |http| http.post('/', html).read_body end end