follow redirects:自动遵循HTTP(S)重定向的Node.js模块 源码
跟随重定向 自动跟随重定向的Node的http和https模块的直接替换。 follow-redirects提供的和方法的行为与在本机和模块上发现的方法相同,不同之处在于它们将无缝地跟随重定向。 const { http , https } = require ( 'follow-redirects' ) ; http . get ( 'http://bit.ly/900913' , response => { response . on ( 'data' , chunk => { console . log ( chunk ) ; } ) ; } ) . on ( 'er
文件列表
follow-redirects-master.zip
(预估有个27文件)
follow-redirects-master
.gitignore
25B
README.md
6KB
.github
workflows
ci.yml
1KB
FUNDING.yml
22B
test
server.js
2KB
util.js
1KB
暂无评论