Page MenuHomePhorge

uriencode.h
No OneTemporary

Authored By
Unknown
Size
976 B
Referenced Files
None
Subscribers
None

uriencode.h

/*
* Copyright (C) 2012 Christian Mollekopf <mollekopf@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef URIENCODE_H
#define URIENCODE_H
#include <string>
/**
* Url encoding according to RFC 3986 (used for mailto encoding)
*/
std::string uriEncode(const std::string &s);
std::string uriDecode(const std::string &s);
#endif

File Metadata

Mime Type
text/x-c
Expires
Mon, Apr 6, 12:47 AM (5 d, 5 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
77/fc/df5cca059da8c056aad272400a22
Default Alt Text
uriencode.h (976 B)

Event Timeline