|
UrlCoder
URL data coder class | [Previous] [Main] [Next] |
| UrlCoder translates spaces and non-printable characters into a format suitable for inclusion in a URL.
| |
|
| |
| #include <dcmicro/htmlpp/coder.h>
| |
|
| |
|
| |
| htmlServer, Coder
| |
|
| |
| None.
| |
|
| |
| Refer to the documentation for the Coder class.
| |
|
| |
|
| |
| #include <stdio.h>
| |
| #include <stdlib.h>
| |
| #include <dcmicro/htmlpp/htmlpp.h>
| |
|
| |
| int main( void )
| |
| {
| |
| return 0 ;
| |
| }
| |
|
| |
|
| |
