- cerr << "Request: " << endl;
- for (Request::const_iterator i = request.begin(); i != request.end();
- i++) {
- cerr << " " << i->first << ": " << i->second << endl;
- }
+ cerr << "Request: " << request << endl;
+ //for (HTTPRequest::const_iterator i = request.begin();
+ // i != request.end(); i++) {
+ // cerr << " " << i->first << ": " << i->second << endl;
+ //}