Changelog: Add MP.Https* documentation

This commit is contained in:
Lion Kortlepel
2021-09-17 15:32:01 +02:00
parent be3ac45abb
commit e53f2d9877

View File

@@ -10,6 +10,8 @@
- ADDED plugin directories to `package.path` and `package.cpath` before `onInit`
- ADDED ability to add `PluginConfig.toml` to your plugin folder to change some settings
- ADDED ability to share a lua state with other plugins via `StateId` setting in `PluginConfig.toml`
- ADDED `MP.HttpsGET(host,port,target) -> status,body`: Does a synchronous HTTPS GET request
- ADDED `MP.HttpsPOST(host,port,target,body,content_type) -> status,body`: Does a synchronous HTTPS POST request
# v2.3.3