文件名称:http-sync:node.js的同步http(s)客户端
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-18 11:39:44
C++
http同步 http-sync是已编译的Node.js扩展,可提供同步的HTTP调用。 正在安装 您必须安装libcurl才能编译此扩展。 在Ubuntu上,您可以运行: sudo apt-get install libcurl4-openssl-dev在CentOS上,您可以运行: sudo yum install libcurl libcurl-devel 使用 // example with default options httpSync = require ( 'http-sync' ) ; var request = httpSync . request ( { method : 'GET' , headers : { } , body : '' , protocol : 'http' , host : '127.0.0.1' ,
【文件预览】:
http-sync-master
----test_require.js(669B)
----.travis.yml(53B)
----test.js(2KB)
----package.json(1KB)
----http-sync.js(5KB)
----curllib.cc(10KB)
----test()
--------index.js(3KB)
--------echo-server(443B)
----wscript(444B)
----License(1KB)
----.gitignore(21B)
----README.md(2KB)
----binding.gyp(214B)