Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 930 Bytes

File metadata and controls

27 lines (20 loc) · 930 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2024-02-28

Added

  • Initial release
  • Core Connection class for proxy CONNECT handling with custom headers
  • NetHTTP module for Net::HTTP integration
  • Faraday middleware for Faraday integration
  • HTTParty module for HTTParty integration
  • HTTPGem module for HTTP.rb integration
  • Typhoeus module for Typhoeus integration
  • Excon module for Excon integration
  • RestClient module for RestClient integration
  • Comprehensive documentation
  • Test suite with RSpec