Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mike10004/httprequestecho
Web app that helps you debug web tools. Deployable on Google App Engine.
https://github.com/mike10004/httprequestecho
Last synced: 15 days ago
JSON representation
Web app that helps you debug web tools. Deployable on Google App Engine.
- Host: GitHub
- URL: https://github.com/mike10004/httprequestecho
- Owner: mike10004
- License: mit
- Created: 2016-12-08T16:41:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T20:35:53.000Z (about 6 years ago)
- Last Synced: 2024-10-07T09:21:13.776Z (3 months ago)
- Language: Java
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Request Echo App Engine Web App
This is a web app that helps you debug web tools by echoing the content of your HTTP
requests right back to you. It is deployable on Google App Engine.After you create a Google Cloud project through the developer console, take note of
the project ID, clone this repository, and you can deploy the app with:$ mvn gcloud:deploy -Dhttprequestecho.project.id=YOUR_PROJECT_ID
Add `-Dhttprequestecho.gcloud.gcloud_directory` to point to your Google Cloud SDK
directory if necessary. You may encounter some resistance from the SDK, which needs
some initial setup to be performed, such as installing the App Engine components and
obtaining an access token.