/test_api

Simple API for testing requests.

Primary LanguageGoApache License 2.0Apache-2.0

This project provides a simple API for testing requests.

It provides 3 endpoints.

GET|POST|DELETE|PUT|PATCH /echo Echoes back headers and body.

GET /stream Provides a plain text stream.

GET /sse Provides a stream of server sent events.