Caching HTTP responses forever, a fix for when your terminal is acting weird, and more!
I needed an HTTP server to test out a software integration on Windows. Nothing was quite basic enough to just echo out the responses, so I wrote one.
Blend the speed of Rack::Test
-driven Integration Tests with the power and utility of Capybara
finders and assertions.
How do browser cookies even work? Let’s find out together in this story with a lucky ending.
What are safe and unsafe HTTP methods, and why does it matter?
Make it easy to figure out your APIs with live documentation.
Get more control over HTTP caching in Rails.
Learn how to implement HTTP conditional caching in Rails using fresh_when.
An in-depth look at HTTP requests and how Ajax works in Rails.
Testing http endpoints in sinata apps.