Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T12:40:02.000Z (almost 5 years ago)
- Last Synced: 2024-06-18T23:07:07.361Z (8 months ago)
- Topics: fasthttp, golang, http
- Language: Go
- Size: 33.2 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nicehttp
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](LICENSE)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/lithdew/nicehttp)
[![Discord Chat](https://img.shields.io/discord/697002823123992617)](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.