Skip to main content

USER_AGENT

Constant USER_AGENT 

Source
pub const USER_AGENT: &str = "SocketPatchCLI/3.3.0";
Expand description

User-Agent header value for API requests.

The version segment is derived from the crate version at compile time so it tracks the published release (currently 3.x) instead of drifting from a hardcoded literal. Server-side analytics and any minimum-version gating rely on this reporting the real version.