Node.js HTTP 使用详解

关于HTTP部分大体分为以下的重要点: 直接经过http对象使用的有:  1. http.STATUS_CODES  2. http.createServer  3. http.request(http.ClientRequest)  4. http.get  5. http.globalAgent  6. http.IcomingMessage 做为回调参数使用的对象有:  1. http.se
相关文章
相关标签/搜索