https://github.com/mna/httpcmw
Package httpcmw supports creating middleware chains for HTTP clients.
https://github.com/mna/httpcmw
Last synced: over 1 year ago
JSON representation
Package httpcmw supports creating middleware chains for HTTP clients.
- Host: GitHub
- URL: https://github.com/mna/httpcmw
- Owner: mna
- License: bsd-3-clause
- Created: 2016-08-04T16:21:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T16:22:12.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T10:28:19.018Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpcmw [][godoc] [](https://semaphoreci.com/mna/httpcmw)
Package httpcmw is a collection of bite-sized middleware with chaining support for HTTP clients (`Doer`, see http://0value.com/Let-the-Doer-Do-it). See the [godoc][] for full documentation.
## Installation
```
$ go get github.com/PuerkitoBio/httpcmw/...
```
Use `-u` to update, `-t` to install test dependencies.
## License
The [BSD 3-clause][bsd] license, see LICENSE file.
[bsd]: http://opensource.org/licenses/BSD-3-Clause
[godoc]: http://godoc.org/github.com/PuerkitoBio/httpcmw