I am currently getting the source code of the page using:
Net::HTTP.get(URI.parse(page.url))
I would also like to get the HTTP status, without making a second request.
Is there a way to do that with another method? I’ve been looking at the documentation, but cannot seem to find what I am looking for.
Sorry, actually figured it out :).