A simple proxy server created for https://postwoman.io
icons | ||
proxy | ||
.DS_Store | ||
.gitignore | ||
build.sh | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
Postwoman Proxy
API request builder - Helps you create your requests faster, saving you precious time on your development.
A simple proxy server created for Postwoman and hosted by ApolloTV.
Demo 🚀
Building
These build scripts are for macOS/Linux systems. Currently, Windows build scripts have not yet been created.
- For *NIX (Linux/macOS) systems:
$ ./build.sh unix
- For Windows systems:
$ ./build.sh win32