ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/HttpHandler.h
(Generate patch)

Comparing trunk/Search/HttpHandler.h (file contents):
Revision 24 by douglas, 2002-12-10T14:04:39-08:00 vs.
Revision 25 by douglas, 2002-12-22T23:32:58-08:00

# Line 101 | Line 101 | private:
101   public:
102          HttpHandler();
103          ~HttpHandler();
104 <        bool handle(URL& url, bool head = false);
104 >        bool handle(URL& url, const string referer = "", bool head = false);
105          HttpHandler& getline(string& line, char endline = '\n');
106          bool good() { return (page.length() > 0); }
107          void clear();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines