0.0
simple_http: Simple Http client lib. Use to do http requests without noise.
2021
2022
2023
2024
2025
2026
0.0
HTTP abstractions and implementations for client libraries based on HTTP protocol.
2021
2022
2023
2024
2025
2026
0.0
Jekyll Liquid Filter for HTTP requests, helps you get HTTP response data to the page content.
2021
2022
2023
2024
2025
2026
0.0
When consuming web services, HTTP performance can be greatly improved if you enable keep-alive
and the right HTTP library.
Pooled-curb helps to solve this implementing a pool of Curb (libcurl) objects and providing a
pleasent API to do HTTP requests through the pool.
2021
2022
2023
2024
2025
2026
0.0
This lib is based on rest-clint http client. It generate a table to store the http request info
2021
2022
2023
2024
2025
2026
0.0
HTTP Client with retries. Uses PersistentHTTP for http connection pooling, Semantic Logger for logging and metrics, and uses Secret Config for its configuration.
2021
2022
2023
2024
2025
2026
0.0
Sign and verify HTTP messages using draft-cavage (legacy Fediverse standard)
and RFC 9421 (the final HTTP Message Signatures standard).
Supports RSA-SHA256, RSA-PSS, HMAC-SHA256, ECDSA, and Ed25519.
2021
2022
2023
2024
2025
2026
0.0
Zokor is an HTTP proxy tunnelling tool that collapses multiple HTTP proxies
into one. It's useful when you want to send traffic through a chain of two
HTTP proxies where the first supports the CONNECT verb.
Zokor presents a local server that transparently tunnels packets through
...
2021
2022
2023
2024
2025
2026
0.0
Simple Http Client aims to provide a simpler interface to Net:HTTP request objects
2021
2022
2023
2024
2025
2026
0.0
Iudex is a general purpose web crawler and feed processor in ruby/java. The iudex-http gem contains and http client agnostic abstraction layer.
2021
2022
2023
2024
2025
2026
0.0
A simple and lightweight library to download content over HTTP. Supports http redirects and chunked downloads.
2021
2022
2023
2024
2025
2026
0.0
HTTP Status Codes as constants, such as Net::HTTP::Status::OK = 200
2021
2022
2023
2024
2025
2026
0.0
The Http Request Agent is intended to be an abstract agent that allows for the interaction of any http service.
2021
2022
2023
2024
2025
2026
0.0
The Chimera http client offers an easy to learn interface and consistent error handling.
It is lightweight, fast and enables you to queue HTTP requests to run them in parallel
for better performance and simple aggregating of distributed data. Despite it's simple
interface it allows for advanced f...
2021
2022
2023
2024
2025
2026
0.0
Downspout is an easy-to-use ruby library for downloading files from URLs, supporting both HTTP & FTP protocols. HTTP downloads can use either Net::HTTP, or libcurl (via the Curb gem)
2021
2022
2023
2024
2025
2026
0.0
newrelic-httpclient allows transactions to show time spent inside httpclient requests
2021
2022
2023
2024
2025
2026
0.0
A generic Fluentd output plugin to send logs to an HTTP endpoint forked from fluent-plugin-out-http
2021
2022
2023
2024
2025
2026
0.0
Adds WebDAV-specific HTTP methods to em-http-request. Works with em-synchrony too.
2021
2022
2023
2024
2025
2026
0.0
The PHP language has a built-in http_build_query() function that creates a URL-encoded string that is a representation of multi-dimensional datatypes. This gem provides a mostly-congruent method in Ruby for dealing with PHP-based HTTP applications that expect parameters in this format.
2021
2022
2023
2024
2025
2026
0.0
SimpleHttpService is a simple Ruby library to make HTTP requests with customizable options for headers, timeouts, and retries. It provides a convenient way to create and send HTTP requests using a clean and simple interface.
2021
2022
2023
2024
2025
2026