https://github.com/lithdew/nicehttp
Helper utilities for downloading files/making requests with valyala/fasthttp.
https://github.com/lithdew/nicehttp
fasthttp golang http
Last synced: 20 days ago
JSON representation
Helper utilities for downloading files/making requests with valyala/fasthttp.
- Host: GitHub
- URL: https://github.com/lithdew/nicehttp
- Owner: lithdew
- Created: 2020-04-21T15:49:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T12:40:02.000Z (about 5 years ago)
- Last Synced: 2025-04-23T22:04:01.950Z (2 months ago)
- Topics: fasthttp, golang, http
- Language: Go
- Size: 33.2 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nicehttp
[](LICENSE)
[](https://pkg.go.dev/github.com/lithdew/nicehttp)
[](https://discord.gg/HZEbkeQ)Package nicehttp contains helper utilities for downloading files/making requests with [valyala/fasthttp](https://github.com/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.