(file) Return to HTTPMessage.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/HTTPMessage.h between version 1.29 and 1.30

version 1.29, 2007/05/11 17:57:26 version 1.30, 2007/08/22 07:43:37
Line 109 
Line 109 
         Uint32& statusCode,         Uint32& statusCode,
         String& reasonPhrase);         String& reasonPhrase);
  
       static Boolean parseLocalAuthHeader(
           const String& authHeader,
           String& authType,
           String& userName,
           String& cookie);
   
       static Boolean parseHttpAuthHeader(
           const String& authHeader,
           String& authType,
           String& cookie);
   
     /**     /**
         Advances a given pointer to the first character that is not         Advances a given pointer to the first character that is not
         HTTP header whitespace (space or tabs).         HTTP header whitespace (space or tabs).


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2