We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@returns
read_body
1 parent b263f89 commit b01fea1Copy full SHA for b01fea1
lib/protocol/http1/connection.rb
@@ -944,6 +944,7 @@ def read_request_body(method, headers)
944
#
945
# @parameter headers [Hash] the headers of the message.
946
# @parameter remainder [Boolean] whether to read the remainder of the body.
947
+ # @returns [Object] the body.
948
def read_body(headers, remainder = false)
949
# 3. If a Transfer-Encoding header field is present and the chunked
950
# transfer coding (Section 4.1) is the final encoding, the message
0 commit comments