|  | iipsrv
    1.1
    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 (std::string s) | |
| Constructor.  More... | |
| std::string | decode () | 
| Decode and filter URL. | |
| std::string | escape () | 
| String escaping for JSON etc. | |
| std::string | warning () | 
| Return any warning message. | |
Simple utility class to decode and filter URLs.
| 
 | inline | 
Constructor.
| s | input url string |