diff options
author | Erlite <ys.aameziane@gmail.com> | 2022-12-13 17:37:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 17:37:31 +0100 |
commit | 52de846403d600e5f30c0a50d2c2ea24db2274b9 (patch) | |
tree | 9cc036216758f81afa86fb2f0eeb7f6c7a110dd2 /Northstar.Custom/mod.json | |
parent | 4a1ff7d1f01b86e0eeb58850641e31a3d17282c4 (diff) | |
download | NorthstarMods-52de846403d600e5f30c0a50d2c2ea24db2274b9.tar.gz NorthstarMods-52de846403d600e5f30c0a50d2c2ea24db2274b9.zip |
Add Squirrel code for HTTP requests (#531)
* Squirrel side of HTTP requests
* Move to Northstar.Custom
* Working HTTP requests from Squirrel
* Fix overlooked delete, add comments
* Add request success bool as return in req funcs.
* Success callback uses struct now.
* Never fix conflicts on mobile browsers, noted.
* HttpRequest.baseUrl -> url
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 1a08f0d4..d47c42cf 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -417,6 +417,10 @@ "ServerCallback": { "Before": "MessageUtils_ServerInit" } + }, + { + "Path": "sh_northstar_http_requests.gnut", + "RunOn": "CLIENT || SERVER || UI" } ], |