This commit is contained in:
chenlichun
2019-02-01 18:28:06 +08:00
+12
View File
@@ -1,2 +1,14 @@
# Ginx
Http proxy server in Go
## Basic use
```shell
# just look up to config.server
> go get github.com/razertory/Ginx
> cd $GOPATH/src/github.com/razertory/Ginx
> go run .
# and then, curl this proxy server
```