iipsrv 1.2
iipsrv is an advanced high-performance feature-rich image server for web-based streamed viewing and zooming of ultra high-resolution images
|
Simple utility class to decode and filter URLs. More...
#include <URL.h>
Public Member Functions | |
URL (const std::string &s) | |
Constructor. | |
std::string | decode () |
Decode and filter URL. | |
std::string | escape () |
String escaping for JSON etc. | |
std::string | warning () const |
Return any warning message. | |
Simple utility class to decode and filter URLs.
|
inline |
Constructor.
s | input url string |