Skip to content

Commit

Permalink
Clarify server protocol as http or https
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Jun 20, 2024
1 parent fce8154 commit f6cc32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document defines how to describe Server Sent Events-specific information on

See the [Server-Sent Events protocol specification][protocolSpecification].

Server-Sent Events requires `http` protocol, so the SSE [Message Binding Object](#message) below is appropriate for Servers with protocol `http`.
Server-Sent Events requires `http` protocol, so the SSE [Message Binding Object](#message) below is appropriate for AsyncAPI Servers with protocol `http` or `https`.

<a name="version"></a>

Expand Down

0 comments on commit f6cc32f

Please sign in to comment.