libzeep

PrevUpHomeNext

Function decode_url

zeep::decode_url — Decode a URL using the RFC rules.

Synopsis

// In header: <zeep/crypto.hpp>


std::string decode_url(std::string_view s);

Description

Parameters:

s

The URL that needs to be decoded

Returns:

The decoded URL


PrevUpHomeNext