0.0
Uses HTTP headers to transport Rails' flash messages to an Ember.View
2021
2022
2023
2024
2025
2026
0.0
A terminal-safe transport for carrying opaque HTTP/2 bytes over TTY side channels.
2021
2022
2023
2024
2025
2026
0.0
This simple Ruby library notifies Egg of events via an HTTP POST.
2021
2022
2023
2024
2025
2026
0.0
Implements Ecobee API with PIN-based token registration & renewal, persistent HTTP connections
2021
2022
2023
2024
2025
2026
0.0
Shiboru provides a clean and intuitive way to handle filtering, ordering, and pagination in Ruby applications.
It automatically maps models to filter classes, parses HTTP parameters, and supports complex nested associations with various operators.
2021
2022
2023
2024
2025
2026
0.0
DO NOT USE YET!!! EXPERIMENTAL.
Unlike mocks and stubs, fake services are running processes that pretend to function as real ones would. This enables testing the software under test with more complete control of the surfaces it talks to (other services, faked). Beyond that, it makes application-...
2021
2022
2023
2024
2025
2026
0.0
Action Mailer Adapter for Send Email Through HTTP APIs.
2021
2022
2023
2024
2025
2026
0.0
An HTTP/2.0 parser in Ruby
2021
2022
2023
2024
2025
2026
0.0
Back in 2015 I was a guy automating things at my job and two scripts had a common need --
they both had to pass the same credentials to Jenkins (via query params, I guess).
That common tool with a single method was a Net::HTTP wrapper -- that's where the name from.
Then when the ...
2021
2022
2023
2024
2025
2026
0.0
A zero-config HTTP/2 proxy for lightweight production deployments with country-based request filtering
2021
2022
2023
2024
2025
2026
0.0
Verify that a remote caller is who they say they are.
Don't send passwords or API keys over the wire. That's risky.
Make sure replay attacks have a very limited window in case someone has
listened in to the HTTP conversation somehow.
2021
2022
2023
2024
2025
2026
0.0
Distributed tracing, error tracking, structured logging, and infrastructure metrics for Ruby applications. Ships data to the JustAnalytics platform via batched HTTP transport with automatic trace context propagation.
2021
2022
2023
2024
2025
2026
0.0
["Ebayapi and httparty fused for get categories"]
2021
2022
2023
2024
2025
2026
0.0
Records incoming HTTP requests and stores them for review
2021
2022
2023
2024
2025
2026
0.0
WebMock allows you to stub only Net::HTTP requests. This gem bridges the gap and allows you to run a live stub server where all requests are stubbed directly using WebMock API
2021
2022
2023
2024
2025
2026
0.0
Use Net::HTTP to make requests
2021
2022
2023
2024
2025
2026
0.0
Records interesting events. ActiveRecord queries, HTTP calls, etc
2021
2022
2023
2024
2025
2026
0.0
Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies.
This is a fork of proxifier https://github.com/samuelkadolph/ruby-proxifier
The fork allows the gem to run on modern ruby versions and adds some minor features.
2021
2022
2023
2024
2025
2026
0.0
Libsoup bindings for ruby. Partial coverage sufficient to allow HTTP requests to be handled without blocking the mainloop.
e.g
require 'gtk2'
require 'soup'
message = Soup::Message.new("GET", "http://www.example.com/")
Soup::SessionAsync.new.queue(message) do |_sess,_mess|
puts "Got respons...
2021
2022
2023
2024
2025
2026
0.0
Rack provides minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single ...
2021
2022
2023
2024
2025
2026