https://github.com/paratron/mixtable
Mixtable is a debugging/development tool for web requests (HTTP, Websocket)
https://github.com/paratron/mixtable
Last synced: 5 months ago
JSON representation
Mixtable is a debugging/development tool for web requests (HTTP, Websocket)
- Host: GitHub
- URL: https://github.com/paratron/mixtable
- Owner: Paratron
- Created: 2020-10-23T11:54:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T11:58:21.000Z (about 5 years ago)
- Last Synced: 2024-10-19T01:18:42.493Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mixtable ♻
Mixtable is a debugging/development tool for web requests (HTTP, Websocket)
## Motivation
In the past, I was using tools like [Fiddler](https://www.telerik.com/fiddler) a lot. Since the devtools in firefox and chrome gotten better through
the years, I found myself using a debugging proxy only rarely.
However, during the development of my current project, I often have the need for simulating API call failures, missing
data, invalid data and such. I wanted to have a simple tool where I can monitor what API requests are being made and the
possibility to say: the next request of this kind should fail. Or apply functions that modify the returned data on the fly.
I know this is possible with Fiddler and the likes, but found it to be very tiresome to set up.
And in the end, I was unable to find a tool where I can do the same for websocket connections, so I want to try my own approach.