(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.7 and 1.9

version 1.7, 2002/04/17 18:17:46 version 1.9, 2002/05/24 01:36:59
Line 44 
Line 44 
  
 typedef Pair<String, String> HTTPHeader; typedef Pair<String, String> HTTPHeader;
  
   #define PEGASUS_ARRAY_T HTTPHeader
   #include <Pegasus/Common/ArrayInter.h>
   #undef PEGASUS_ARRAY_T
   
 /** This message is sent from a connection to its output queue when /** This message is sent from a connection to its output queue when
     a complete HTTP message is received.     a complete HTTP message is received.
 */ */
Line 72 
Line 76 
          Array<HTTPHeader>& headers,          Array<HTTPHeader>& headers,
          const String& fieldName,          const String& fieldName,
          String& fieldValue,          String& fieldValue,
          Boolean wildCardMatch = false);           Boolean allowNamespacePrefix = false);
  
       static Boolean parseRequestLine(       static Boolean parseRequestLine(
          const String& startLine,          const String& startLine,


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2