Skip to content

Commit

Permalink
chore: fix header format in gitter example (#965)
Browse files Browse the repository at this point in the history
Co-authored-by: Fran Méndez <[email protected]>
  • Loading branch information
lornajane and fmvilas authored Sep 6, 2023
1 parent ca429e6 commit 10ffb46
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/gitter-streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,9 @@ components:
streamingHeaders:
http:
headers:
'Transfer-Encoding': 'chunked'
Trailer: '\r\n'
type: object
properties:
'Transfer-Encoding':
const: 'chunked'
Trailer:
const: '\r\n'

0 comments on commit 10ffb46

Please sign in to comment.