bake/async/http.rb in
async-http-0.50.4
vs bake/async/http.rb in
async-http-0.50.5
- old
+ new
@@ -78,6 +78,5 @@
# HEAD the specified URL and print the response. def head(url) self.fetch(url, method: "HEAD") end
-