Represents a request to get the global options of the aria2 server.
GetGlobalOption(string? id = null)Returns the global options as a struct. Only options that have been set or have defaults are returned.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.getGlobalOption
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.Returns:
A dictionary of global options.
Throws:
Aria2Exception
Thrown when an aria2 error occurs.