zeep::http::encode_url — Encode a URL using the RFC rules.
// In header: <zeep/http/uri.hpp> std::string encode_url(std::string_view s);
Parameters:
s
The URL that needs to be encoded
Returns:
The encoded URL