Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 221 Bytes

File metadata and controls

14 lines (10 loc) · 221 Bytes

api-proxy

a simple api proxy for all HTTP methods

use the build command to create the binary:

go build -o proxy main.go

default port is 3000, change it when running the binary:

./proxy -port=8080