Httpbun
An HTTP service with endpoints that is useful when testing any HTTP client, such as a browser, library, or any API development tool. It is deeply inspired by httpbin.
A service for testing the behavior of browsers, libraries, developer tools, or any other HTTP client. Inspiration comes from httpbin. Built because httpbin lacked some of the features I needed, such as: /mix endpoints, as well as Mixer, have powerful features such as: RequestBin-like feature with slack directive. Build the response body by writing a Golang template and using the t directive. Please refer to the Mixer Guide for more information. /run endpoint, and Runner. (Beta version). Supports running custom path prefixes on custom path prefixes. /payload endpoint. Allow the request body to be included in the/get endpoint. /headers and most other such endpoints accept any method. Some header information is not hidden in the response. A more practical handling of unescaped special characters in x-www-form-urlencoded payload.

