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 | [](https://travis-ci.org/prologic/gopherproxy) | 2 | [](https://travis-ci.org/prologic/gopherproxy) |
3 | [](https://godoc.org/github.com/prologic/gopherproxy) | ||
4 | [](https://github.com/prologic/gopherproxy/wiki) | ||
5 | [](https://goreportcard.com/report/github.com/prologic/gopherproxy) | ||
6 | [](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 |