How to retrieve the HTTP response contents like header, posts, HTML,etc.?

7

7stud --

Amit Bobade wrote in post #1001502:
Dear All:

I am trying to deal with the HTTP response. I want to retrieve the
contents such as header,

resp.each_header do |name, value|
puts "#{name} => #{value}"
end


What is a response 'post'?

The response is the response.
HTML, JSON, etc. of the HTTP
response.

puts resp.body
(Please refer screen shot for the same.)

I don't think so.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top