# File lib/typhoeus/response/status.rb, line 38 def http_version @http_version ||= first_header_line ? first_header_line[/HTTP\/(\S+)/, 1] : nil end