class HTTP::Message

def version

def version
  warn(VERSION_WARNING)
  @http_header.http_version.to_f
end