libs/encodings.lua

Thu, 27 Aug 2015 14:22:25 +0200

author
Kim Alvefur <zash@zash.se>
date
Thu, 27 Aug 2015 14:22:25 +0200
changeset 393
69229fa1d24f
parent 391
b496f0262a3f
child 431
9d7a293849f3
permissions
-rw-r--r--

plugins.ping: Import socket.gettime to a local, LuaSocket stopped setting globals

local function not_impl()
	error("Function not implemented");
end

local mime = require "mime";

module "encodings"

stringprep = {};
base64 = { encode = mime.b64, decode = mime.unb64 };

return _M;

mercurial