summaryrefslogtreecommitdiff
path: root/lib/net/hippie/client.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-06 19:34:32 -0600
committermo khan <mo@mokhan.ca>2025-07-06 19:34:32 -0600
commit916c0ad6b903c9a5509b67a5b7f72399068c1eb4 (patch)
treebfec909a03804489979c942d29ee30674245f322 /lib/net/hippie/client.rb
parent76f13c4c4d6da6c0bb2adfcec011124a48dd5af6 (diff)
refactor: remove extra requiresrs
Diffstat (limited to 'lib/net/hippie/client.rb')
-rw-r--r--lib/net/hippie/client.rb4
1 files changed, 2 insertions, 2 deletions
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