BuildUrl

Function BuildUrl 

Source
pub fn BuildUrl(Port: u16) -> String
Expand description

Build localhost URL from port number.

Creates a localhost URL from the provided port number.

§Arguments

  • Port - Port number

§Returns

Returns the localhost URL string.