Search found 1 match

by Particle_G
Sat Oct 16, 2021 3:43 am
Forum: Support and Development
Topic: SSL, HTTPS in Love2D
Replies: 14
Views: 18492

Re: SSL, HTTPS in Love2D

Made a cross platform luasec lib for love2d. Compiled by love's luajit source code. https://github.com/26F-Studio/love-luasec This is a CMake project, should be easy to use. also with demo: local http = require"socket.http" local https = require"https" print(http.request("ht...