HTTPS: Difference between revisions

28 bytes added ,  5 years ago
No edit summary
Line 529:
io.write(string.format('Status: %d\nBody: %s\n', status, body)
</lang>
HTTPS requests can be also done with the much smaller librarylibraries like [[LuaSec]] or [[lua-requests]], but it currently don't support redirects, which is why I used [[lua-http]] in this example.
 
=={{header|Maple}}==
Anonymous user