A simple golang app which intercepts all backend calls and can replace responses
-
Run app: "go run main.go"
-
Point your client to your own machine port 8080 (http://10.0.2.2:8080 on Android)
-
All responses will be saved in a folder called 'output'. If you want to override a response, put it in the folder 'override' (same format as in the 'output' folder)
-
To change the host, modify the HOST variable in main.go.
brew install go