reaxar 0.2.0
Reaxar is a lightweight asynchronous HTTP/REST client for Ruby, built on top of async-http. It features automatic cookie management, support for redirects and relative navigation, and is ideal for scraping, API interaction, or automated web flows. Perfect for developers who need a non-blocking HTTP client with session awareness and simple request chaining.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            async-http
            ~> 0.89.0
          
          
            nokogiri
            ~> 1.18
          
    