PrevUpHomeNext

Function decode_url

zeep::http::decode_url

Synopsis

// In header: </home/maarten/projects/libzeep/zeep/http/server.hpp>


std::string decode_url(const std::string & s);

Description

Decode a URL using the RFC rules

Parameters:

s

The URL that needs to be decoded

Returns:

The decoded URL


PrevUpHomeNext