Browse Source

Add lua-https plugin;

bjorn 2 years ago
parent
commit
d801ae691a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      guides/Plugins.md

+ 4 - 0
guides/Plugins.md

@@ -48,6 +48,10 @@ List of Plugins
       <td><a href="https://github.com/bjornbytes/lua-enet">lua-enet</a></td>
       <td>enet for UDP multiplayer servers/clients</td>
     </tr>
+    <tr>
+      <td><a href="https://github.com/love2d/lua-https">lua-https</a></td>
+      <td>Lua HTTPS module using native platform backends.</td>
+    </tr>
     <tr>
       <td><a href="https://github.com/luvit/luv">luv</a></td>
       <td>libuv bindings for Lua</td>