(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.28 and 1.29

version 1.28, 2007/04/12 18:49:10 version 1.29, 2007/05/11 17:57:26
Line 109 
Line 109 
         Uint32& statusCode,         Uint32& statusCode,
         String& reasonPhrase);         String& reasonPhrase);
  
       /**
           Advances a given pointer to the first character that is not
           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);
   
     static Boolean isSupportedContentType(     static Boolean isSupportedContentType(
         const String& cimContentType);         const String& cimContentType);
 }; };


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2