Skip to content

dirkraft/httpecho

Repository files navigation

HTTP Echo

Build Status

An extremely plain HTTP request echo service. Without ads, not so HTML, for programmatic usage.

Formats

A variety of response formats are supported. It may be specified as a parameter named echoFormat (query or form parameter) or by the standard HTTP Accept header.

Supported formats:

  • application/json
  • text/html
  • text/plain (default)
  • text/xml

Deployment on Heroku

The deployment there involves a heroku-managed proxy that routes traffic to the actual application and the Internet. As a consequence proxy forwarding headers are received by HTTP Echo. These headers are filtered out of the response normally, but can be included with the parameter and value echoAllHeaders=true (query or form parameter).

About

(experimental) HTTP request echoing service on heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published