We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hashable
RequestBodyLength
1 parent 0b4b879 commit c7ad35bCopy full SHA for c7ad35b
Sources/AsyncHTTPClient/ConnectionPool/RequestBodyLength.swift
@@ -12,7 +12,7 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
-enum RequestBodyLength: Equatable {
+enum RequestBodyLength: Hashable {
16
/// size of the request body is not known before starting the request
17
case dynamic
18
/// size of the request body is fixed and exactly `length` bytes
0 commit comments