struct Core::Portable::HTTP::URLDecoder

#include <corewebserver.h>

struct URLDecoder
{
    // methods

    static void decodeFields(
        KeyValueList& fields,
        CStringPtr urlEncodedString,
        int length
    );
};