slowwly
slowwly copied to clipboard
A test service to mock a slow api response; responds to get and post methods
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 13.0.3. Changelog Sourced from rake's changelog. === 13.0.3 Fix breaking change of execution order on TestTask. Pull request #368 by ysakasin === 13.0.2 ==== Enhancements...
Bumps [tilt](https://github.com/rtomayko/tilt) from 1.4.1 to 2.0.10. Changelog Sourced from tilt's changelog. 2.0.10 (2019-09-23) Remove test files from bundled gem (#339, greysteil) Fix warning when using yield in templates on ruby...
Bumps [rspec-html-matchers](https://github.com/kucaahbe/rspec-html-matchers) from 0.9.1 to 0.9.4. Changelog Sourced from rspec-html-matchers's changelog. 0.9.4 html/body matching from now is forbidden (#75) make ruby 2.7 possible to fail on CI 0.9.3 fix for...
Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.48.0 to 1.12.1. Release notes Sourced from rubocop's releases. RuboCop 1.12.1 Bug fixes #9649: Fix when highlights contain multibyte characters. (@osyo-manga) #9646: Fix an incorrect auto-correct for...
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.4.2 to 3.8.0. Release notes Sourced from pry-byebug's releases. 3.8.0 Fixed Use Binding#source_location instead of evaluating __FILE__ to avoid warnings on Ruby 2.7 and on Ruby 2.6...
Has been down for at least a few days. $ curl http://slowwly.robertomurray.co.uk/delay/2500/url/http://google.co.uk curl: (6) Could not resolve host: slowwly.robertomurray.co.uk
for example https://slowwly.robertomurray.co.uk/delay/3000/url/https://jsonplaceholder.typicode.com/users/1 cannot work
so there are two scenarios, slow to connect and slow to responce. is there a way to test former?
reactor.core.Exceptions$ErrorCallbackNotImplemented: org.springframework.web.reactive.function.UnsupportedMediaTypeException: Content type 'text/html;charset=utf-8' I am getting error because of the character set case i think . Please check if it should be UTF-8 and not utf-8
hey there, pretty nifty service. possible to put behind cloudflare for some SSL stuff?