File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
fundamentals/minimal-apis/10.0-samples/MinimalServerSentEvents Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- @baseUrl = http://localhost:5293
1+ @baseUrl = http://localhost:58489
22
33### Connect to SSE stream
44# This request will open an SSE connection that stays open
@@ -12,4 +12,4 @@ Accept: text/event-stream
1212###
1313
1414GET {{baseUrl }}/sse-item
15- Accept: text/event-stream
15+ Accept: text/event-stream
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ This section describes new features for minimal APIs.
3737
3838[ !INCLUDE[ ] ( ~/release-notes/aspnetcore-10/includes/MinApiEmptyStringInFormPost.md )]
3939
40+ [ !INCLUDE[ ] ( ~/release-notes/aspnetcore-10/includes/sse.md )]
41+
42+
4043## OpenAPI
4144
4245This section describes new features for OpenAPI.
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ The following example illustrates how to use the `TypedResults.ServerSentEvents
1313For more information, see:
1414
1515-
16- - [ Server-Sent Events] ( https://developer.mozilla.org/docs/Web/API/Server-sent_events ) on MDN.
16+ - [ Server-Sent Events] ( https://developer.mozilla.org/docs/Web/API/Server-sent_events ) on MDN.
17+ -
You can’t perform that action at this time.
0 commit comments