Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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