bake/async/http.rb in async-http-0.60.1 vs bake/async/http.rb in async-http-0.60.2
- old
+ new
@@ -1,4 +1,8 @@
+# frozen_string_literal: true
+
+# Released under the MIT License.
+# Copyright, 2020-2023, by Samuel Williams.
# Fetch the specified URL and print the response.
# @param url [String] the URL to parse and fetch.
# @param method [String] the HTTP method to use.
def fetch(url, method:)