Skip to content

Commit

Permalink
Update stream.rb
Browse files Browse the repository at this point in the history
Document requirements for conformance as per #132.
  • Loading branch information
ioquatix committed Jul 3, 2018
1 parent 22836f4 commit 180ab36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/http/2/stream.rb
Expand Up @@ -148,6 +148,7 @@ def send(frame)
end

# Sends a HEADERS frame containing HTTP response headers.
# All pseudo-header fields MUST appear in the header block before regular header fields.
#
# @param headers [Array or Hash] Array of key-value pairs or Hash
# @param end_headers [Boolean] indicates that no more headers will be sent
Expand Down

0 comments on commit 180ab36

Please sign in to comment.