lib/http/feature.rb in http-5.0.0.pre vs lib/http/feature.rb in http-5.0.0.pre2
- old
+ new
@@ -11,12 +11,15 @@
end
def wrap_response(response)
response
end
+
+ def on_error(request, error); end
end
end
require "http/features/auto_inflate"
require "http/features/auto_deflate"
require "http/features/logging"
require "http/features/instrumentation"
+require "http/features/normalize_uri"