pub fn build_http_url_from_struct<'de, T>(ip: &String) -> Stringwhere T: Deserialize<'de>,
Builds the HTTP url for a request. The fields are automatically extracted from the struct.
ip
A String containing the url for the request.
String