You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delegates calls to inner object is some classes by extends Forwardable (#2535)
* Add forwardable to api.rb and delegate functions to base_instance and instance_for_rack
Use `delegate_missing_to` instead of method_missing
Add forwardable in endpoint.rb.
Delegate `params` and `headers` to `request`
Remove LazyObject for build_headers since its not forced in endpoint.rb anymore.
Small refactor to request.rb
Use `each_header` from Rack::Request instead of `env.each_pair`
Remove `.to_s` since Ruby 2.7 added `start_with?` to symbols
Add forwardable in stack.rb.
* Add CHANGELOG.md
0 commit comments