GithubHelp home page GithubHelp logo

rock-rabbit / rain Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 3.0 5.16 MB

rain 一款 go 语言 HTTP 协议资源下载包,支持多协程、断点续传、自动重命名、限速等。

License: MIT License

Go 99.71% Makefile 0.29%

rain's People

Contributors

rock-rabbit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rain's Issues

下载断流的问题

请问 我用咱们这个工具去下载国外服务器的文件的时候,经常性下载500 或者socket close, 咱们这个如何自动重试下载呢?

请问这个包如何在下载文件时在Header加入鉴权信息?

请问这个包如何在下载文件时在Header加入鉴权信息?

我这样设置了,似乎不起作用。
ctl, err := rain.New( uri, rain.WithEventExtend(&EventExtend{}), rain.WithHeader(func(h http.Header) { h.Add("Authorization", fmt.Sprintf("token %s", token)) }), ).Run()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.