From 916c0ad6b903c9a5509b67a5b7f72399068c1eb4 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 6 Jul 2025 19:34:32 -0600 Subject: refactor: remove extra requires --- lib/net/hippie/client.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/net/hippie/client.rb') diff --git a/lib/net/hippie/client.rb b/lib/net/hippie/client.rb index e4bfba8..a557449 100644 --- a/lib/net/hippie/client.rb +++ b/lib/net/hippie/client.rb @@ -3,13 +3,13 @@ module Net module Hippie # HTTP client with connection pooling, automatic retries, and JSON-first defaults. - # + # # The Client class provides the core HTTP functionality for Net::Hippie, supporting # all standard HTTP methods with intelligent defaults for JSON APIs. Features include: # # * Connection pooling and reuse per host # * Automatic retry with exponential backoff - # * Redirect following with configurable limits + # * Redirect following with configurable limits # * TLS/SSL support with client certificates # * Comprehensive timeout configuration # * Pluggable content-type mapping -- cgit v1.2.3