eight-track
eight-track copied to clipboard
Record and playback HTTP requests
During development, it is useful to have `eight-track` functionality to avoid abusing external services. We should consider creating `eight-track-cli` which would create an `http` server using `eight-track`. I would prefer...
While #14 is a step in the right direction, the benchmark of 800ms for 100 repeated requests leaves me wanting more. We should add some timing logs to each function...
`request` has been great for getting `eight-track` released. However, with issues like #4 and #18, it feels like it is doing too much for us. We should be using something...