(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.27.4.1 and 1.28

version 1.27.4.1, 2007/05/25 17:39:01 version 1.28, 2007/04/12 18:49:10
Line 109 
Line 109 
         Uint32& statusCode,         Uint32& statusCode,
         String& reasonPhrase);         String& reasonPhrase);
  
     /**      static Boolean isSupportedContentType(
         Advances a given pointer to the first character that is not          const String& cimContentType);
         HTTP header whitespace (space or tabs).  
   
         @param  str    Input string.  
     */  
     static void skipHeaderWhitespace(const char*& str);  
   
     /**  
         Looks for a token in the beginning of a given string.  
   
         @param  str    input string to be searched  
         @param  token  token to look for  
   
         @return true   if the token is found in the string after skipping  
                         the leading whitespaces if any.  
         @return false  if the token is not found.  
     */  
     static Boolean expectHeaderToken(const char*& str, const char *token);  
   
     /**  
         Returns a pointer to the first CRLF or a LF separator.  
   
         @param  data   input string.  
         @param  size   size of the input string.  
   
         @return pointer to the first CRLF or LF separator if any, else  
                 returns NULL.  
     */  
     static char* findSeparator(  
         const char* data,  
         Uint32 size);  
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.27.4.1  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2