A simple proxy server created for https://postwoman.io
icons | ||
libproxy | ||
notifier | ||
out | ||
resources | ||
.DS_Store | ||
.gitignore | ||
build.sh | ||
go.mod | ||
go.sum | ||
main.go | ||
pkged.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 macOS systems:
$ ./build.sh darwin
- For Linux systems:
$ ./build.sh linux
- For Windows systems:
$ ./build.sh windows