Module user_agent

Module user_agent 

Source
Expand description

User agent calculation and injection for HTTP calls.

Structs§

UserAgent
The user agent value to be used in HTTP calls.

Functions§

set_user_agent
Set the user agent globally with the given user agent value. All HttpClients constructed after setting the user agent will use this value.