sig/parser/http1.rbs in httpx-1.2.4 vs sig/parser/http1.rbs in httpx-1.2.6

- old
+ new

@@ -27,10 +27,10 @@ @content_type: String? @content_length: Integer @_has_trailers: bool @upgrade: bool - def <<: (String chunk) -> void + def <<: (string chunk) -> void def reset!: () -> void def upgrade?: () -> bool \ No newline at end of file