Web - lnx00/Lmaobox-Library GitHub Wiki

lnxLib.Utils.Web

⚠️ Deprecated! This utility will be removed soon.

Basic web requests using curl. This is only a workaround until a proper web API is added to lmaobox.

This method will open a console window for a brief moment every time you perform a request.

Functions

  • .Get(url) Returns the content of the URL.
  • .Post(url, data) Performs a post request with the given data string.