Function set_server_url
pub fn set_server_url(url: &'static str)
Expand description
Set the root server URL that all server function paths are relative to for the client.
If this is not set, it defaults to the origin.
pub fn set_server_url(url: &'static str)
Set the root server URL that all server function paths are relative to for the client.
If this is not set, it defaults to the origin.