HttpClient.AddUserAgentProductInfo(string name, string version)
Adds a new user agent with product name and product version.
Parameters:
Name | Type | Description |
---|---|---|
name | string | Product name |
version | string | Product version |
Usage
---@type HttpClient
local httpclient;
---@type string
local name;
---@type string
local version;
httpclient.AddUserAgentProductInfo(name, version)