Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristalhq/httpx
Better net/http for Go
https://github.com/cristalhq/httpx
go golang http http-helper
Last synced: 9 days ago
JSON representation
Better net/http for Go
- Host: GitHub
- URL: https://github.com/cristalhq/httpx
- Owner: cristalhq
- License: mit
- Created: 2021-04-23T13:53:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T09:58:32.000Z (9 months ago)
- Last Synced: 2024-06-21T03:16:22.655Z (5 months ago)
- Topics: go, golang, http, http-helper
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpx
[![build-img]][build-url]
[![pkg-img]][pkg-url]
[![reportcard-img]][reportcard-url]
[![coverage-img]][coverage-url]
[![version-img]][version-url]Better `net/http` for Go.
## Rationale
TODO
## Features
* Simple.
See [GUIDE.md](https://github.com/cristalhq/httpx/blob/main/GUIDE.md) for more details.
## Install
Go version 1.17+
```
go get github.com/cristalhq/httpx
```## Example
```go
TODO
```## Documentation
See [these docs][pkg-url].
## License
[MIT License](LICENSE).
[build-img]: https://github.com/cristalhq/httpx/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/httpx/actions
[pkg-img]: https://pkg.go.dev/badge/cristalhq/httpx
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/httpx
[reportcard-img]: https://goreportcard.com/badge/cristalhq/httpx
[reportcard-url]: https://goreportcard.com/report/cristalhq/httpx
[coverage-img]: https://codecov.io/gh/cristalhq/httpx/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/httpx
[version-img]: https://img.shields.io/github/v/release/cristalhq/httpx
[version-url]: https://github.com/cristalhq/httpx/releases