summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/Modules/m_http.cpp
AgeCommit message (Collapse)Author
2024-01-09code cleaningGeorge Hazan
2024-01-09more strict constructor of MHttpRequest to avoid quirksGeorge Hazan
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2024-01-04NETLIBHTTPREQUEST::cbSize = old unused field removedGeorge Hazan
2020-10-16MirLua:George Hazan
- fixes #2589 (MirLua doesn't work correctly in 64-bit Miranda); - code cleaning; - version bump
2018-06-06MirLua:aunsane
- add new helper function luaM_isarray - fix print of decimal point m_json module - add __pairs metamethod support - simplify code m_http module - send function should create copy of request object to prevent side effects in async calls - fix lua functions call - fix memory leaks
2018-06-03MirLua: reworked http moduleaunsane
- removed Send method - added Request method to create request without sending - added async callbacks - version bump
2018-05-28MirLua: removed global Load & Unloadaunsane
2018-05-20MirLua: project reorderingaunsane