摘要: http.get('http://codestudy.sinaapp.com', function (response) {});node.js http post 样例:var reqData={ id:'111'};var post_options = { host: '127.0.0.1... 阅读全文
posted @ 2014-10-31 23:37 Blue Sky ...... 阅读(18453) 评论(1) 推荐(0) 编辑
摘要: app.use(bodyParser.json());客户端请求接口时如果指名请求头类型 为Content-Type=application/jsonbodyParser 会自动将 body 里的 json 格式数据正确解析,// bodyParser 依赖 raw-body 库,raw-body库... 阅读全文
posted @ 2014-10-31 23:22 Blue Sky ...... 阅读(19965) 评论(0) 推荐(0) 编辑