This file is indexed.

/usr/share/lua/5.1/soap/client/https.lua is in lua-soap 3.0+git91419a7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
---------------------------------------------------------------------
-- SOAP client over HTTPS.
-- 
-- See Copyright notice in license.html
-- $Id: https.lua,v 1.2 2009/05/27 13:22:41 tomas Exp $
---------------------------------------------------------------------

local client = require"soap.client"
client.https = require"ssl.https"