about summary refs log tree commit diff stats
path: root/src/luasocket/http.lua
Commit message (Collapse)AuthorAgeFilesLines
* https now working!Kartik K. Agaram2021-11-211-5/+1
| | | | | | | | Still extremely ugly: - I've inlined all the namespaces under ssl, so you need to know that context and config are related to ssl. - luasec comes with its own copy of luasocket. I haven't deduped that yet.
* basic http requests starting to workKartik K. Agaram2021-11-211-20/+12
| | | | | In the process we're starting to load almost all of luasocket by default. And everything is working as expected, no unpleasant surprises.
* inline luasocketKartik K. Agaram2021-11-201-0/+420
Just builds for now, isn't available yet to Lua code.