浏览该文件的文档. 1 #ifndef __HTTP_URLPARSER_HPP__ 2 #define __HTTP_URLPARSER_HPP__ 15 void parse(
winux::String const & url,
bool hasSchemeSegment =
true,
bool hasHostSegment =
true,
bool hasPathSegment =
true,
bool hasQuerySegment =
true,
bool hasFragmentSegment =
true );
32 #endif // __HTTP_URLPARSER_HPP__