Skip to content

Commit

Permalink
Use http message binding format for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Aug 22, 2023
1 parent 121ea2b commit 4c94ca2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/gitter-streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,7 @@ components:
streamingHeaders:
http:
headers:
'Transfer-Encoding': 'chunked'
Trailer: '\r\n'
type: object
properties:
'Transfer-Encoding': 'chunked'
Trailer: '\r\n'

0 comments on commit 4c94ca2

Please sign in to comment.