CUrl
摘要:
1 #ifndef _URL_H_030728_ 2 #define _URL_H_030728_ 3 4 #include <string> 5 6 const unsigned int URL_LEN = 256; 7 const unsigned int HOST_LEN = 256; 8 9 using namespace std;10 11 12 enum url_scheme {13 SCHEME_HTTP,14 SCHEME_FTP,15 SCHEME_INVALID16 };17 18 const int DEFAULT_HTTP_P... 阅读全文
posted @ 2012-07-05 21:09 kakamilan 阅读(735) 评论(0) 推荐(0)
浙公网安备 33010602011771号