UNPKG

toxy

Version:

Hackable HTTP proxy to simulate server failure scenarios and network conditions

15 lines (14 loc) 219 B
module.exports = [ 'inject', 'abort', 'latency', 'throttle', 'timeout', 'bandwidth', 'rate-limit', 'slow-close', 'slow-open', 'slow-read' ].map(function (module) { return require('./' + module) })