Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl.old.net
Class HttpQueryStringDecoder

   in HttpCollection.h

class HttpQueryStringDecoder


Method Summary
 static void decode( StringToStringVectorMap& mapResult, const String& strQueryString )
          
 static void decode( StringToStringVectorMap& mapResult, const char* pszQueryString, size_t nLength =( size_t )-1 )
          
 static bool isValidType( const char* pszContentType )
          
 

Method Detail

decode

public static void decode( StringToStringVectorMap& mapResult, const String& strQueryString );

decode

public static void decode( StringToStringVectorMap& mapResult, const char* pszQueryString, size_t nLength =( size_t )-1 );

isValidType

public static bool isValidType( const char* pszContentType );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD