Files
ginx/README.md
T
2019-02-01 18:26:48 +08:00

15 lines
217 B
Markdown

# 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
```