An open API service indexing awesome lists of open source software.

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

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