diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,11 @@ | |||
1 | # Gopher (RFC 1436) Web Proxy | 1 | # Gopher (RFC 1436) Web Proxy |
2 | |||
3 | [![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy) | 2 | [![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy) |
3 | [![GoDoc](https://godoc.org/github.com/prologic/gopherproxy?status.svg)](https://godoc.org/github.com/prologic/gopherproxy) | ||
4 | [![Wiki](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/prologic/gopherproxy/wiki) | ||
5 | [![Go Report Card](https://goreportcard.com/badge/github.com/prologic/gopherproxy)](https://goreportcard.com/report/github.com/prologic/gopherproxy) | ||
6 | [![Coverage](https://coveralls.io/repos/prologic/gopherproxy/badge.svg)](https://coveralls.io/r/prologic/gopherproxy) | ||
4 | 7 | ||
5 | This is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace | 8 | gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace |
6 | by proxying standard Web HTTP requests to Gopher requests of the target server. | 9 | by proxying standard Web HTTP requests to Gopher requests of the target server. |
7 | 10 | ||
8 | gopherproxy is written in Go (#golang) using the | 11 | gopherproxy is written in Go (#golang) using the |