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

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

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