HTTP cookie demo. More...
#include <new>
#include <string>
#include <vector>
#include <stdexcept>
#include <iostream>
#include <cstdlib>
#include "cgicc/CgiDefs.h"
#include "cgicc/Cgicc.h"
#include "cgicc/HTTPHTMLHeader.h"
#include "cgicc/HTMLClasses.h"
#include "styles.h"
Go to the source code of this file.
Functions | |
void | printForm (const Cgicc &cgi) |
int | main (int, char **) |
HTTP cookie demo.
Tests and demonstrates how to use the HTTPCookie class
Definition in file cookie.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 84 of file cookie.cpp.
void printForm | ( | const Cgicc & | cgi | ) |
Definition at line 57 of file cookie.cpp.