https://github.com/zhooravell/golang-http-test-example
https://github.com/zhooravell/golang-http-test-example
go golang golang-testing http-client http-requests http-server test
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhooravell/golang-http-test-example
- Owner: zhooravell
- License: mit
- Created: 2019-03-15T15:03:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T10:18:55.000Z (about 6 years ago)
- Last Synced: 2025-04-07T21:11:54.847Z (about 2 months ago)
- Topics: go, golang, golang-testing, http-client, http-requests, http-server, test
- Language: Go
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Golang http tests example
=========================[![License][license-image]][license-link] [![Build Status][travis-image]][travis-link] [![codecov][codecov-image]][codecov-link]
## Source(s)
* [CoinCap.io](https://coincap.io/)
* [CryptoCompare.com](https://www.cryptocompare.com/)
* [Cryptonator.com](https://www.cryptonator.com)
* [httptest](https://golang.org/pkg/net/http/httptest/)
* [net/http](https://golang.org/pkg/net/http/)[license-link]: https://github.com/zhooravell/golang-http-test-example/blob/master/LICENSE
[license-image]: https://img.shields.io/dub/l/vibe-d.svg[travis-link]: https://travis-ci.com/zhooravell/golang-http-test-example
[travis-image]: https://travis-ci.com/zhooravell/golang-http-test-example.svg?branch=master[codecov-link]: https://codecov.io/gh/zhooravell/golang-http-test-example
[codecov-image]: https://codecov.io/gh/zhooravell/golang-http-test-example/branch/master/graph/badge.svg