Changed basic_request<>::operator[] so that it decides at compile-time rather than runtime what data map is being accessed.
Added additional typedefs env_map, get_map, post_map, cookie_map, form_map corresponding to the dataset they obviously refer to - for now they are just typedefs to cgi::common::map, but eventually they may change - only to make code safer (eg. protect the user against XSS vulnerabilities).
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.