You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
Because this project is abandoned in 6 years, so I’ve developed an alternative to httpbin using the Gin framework.
This project is very early stage but I've ported all the current endpoints from httpbin.
Feel free to check it out and give it a try! https://github.com/kics223w1/EndpointLab
Have a nice day ❤️
The text was updated successfully, but these errors were encountered:
There are a number of alternatives that have popped up since postman has stopped maintaining this repo. I'm mostly posting this comment to help me remember but I figured others may be interested as well.
Postman seems to have come up with their own alternative called Postman Echo. This does not seem to be OSS and can only be accessed via their website with no self-hosting option.
A simple HTTP server that can be used to mock HTTP responses for testing purposes. Inspired by httpbin and built using nodejs and fastify with the idea of running it via https://mockhttp.org/, via docker jaredwray/mockhttp, or nodejs npm install jaredwray/mockhttp.
mockhttp.org is a free service that runs this codebase and allows you to use it for testing purposes. It is a simple way to mock HTTP responses for testing purposes. It is ran via Cloudflare and Google Cloud Run across 7 regions globally and can do millions of requests per second.
Hello everyone,
Because this project is abandoned in 6 years, so I’ve developed an alternative to httpbin using the Gin framework.
This project is very early stage but I've ported all the current endpoints from httpbin.
Feel free to check it out and give it a try!
https://github.com/kics223w1/EndpointLab
Have a nice day ❤️
The text was updated successfully, but these errors were encountered: