sig/plugins/multipart.rbs in httpx-0.22.2 vs sig/plugins/multipart.rbs in httpx-0.22.3
- old
+ new
@@ -66,11 +66,9 @@
private
def initialize: (Response response) -> void
def parse: () -> void
-
- def get_filename: (String head) -> String?
end
class FilePart # < SimpleDelegator
attr_reader original_filename: String
attr_reader content_type: String