https://github.com/mrtazz/http-test-server
simple HTTP test server for testing client side http calls
https://github.com/mrtazz/http-test-server
Last synced: about 1 month ago
JSON representation
simple HTTP test server for testing client side http calls
- Host: GitHub
- URL: https://github.com/mrtazz/http-test-server
- Owner: mrtazz
- License: mit
- Created: 2010-10-13T09:56:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-13T10:14:56.000Z (over 15 years ago)
- Last Synced: 2025-03-21T02:29:05.765Z (over 1 year ago)
- Language: Ruby
- Homepage: http-test-server.heroku.com
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http test server
Simple server to test client side HTTP methods.
## URLs
The server provides three URLs which respond to HTTP GET/POST/PUT/DELETE
queries.
- / accepts the query and returns the method name in response body
- /contenttype returns the provided content type in the response body
- /body returns the provided request body as response body