# File lib/rev/http_client.rb, line 25
25:     def status
26:       Integer(http_status) rescue nil
27:     end