/nicehttp

Helper utilities for downloading files/making requests with valyala/fasthttp.

Primary LanguageGo

nicehttp

MIT License go.dev reference Discord Chat

Package nicehttp contains helper utilities for downloading files/making requests with valyala/fasthttp.

  • Download a file from a URL serially/in chunks with multiple workers in parallel, should the URL allow it.
  • Download contents of a URL and write its contents to a io.Writer.
  • Query the headers of a URL using a HTTP head request.
  • Follow redirects provisioned by a URL.