We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcd298 commit 4d8c6abCopy full SHA for 4d8c6ab
docs/specification/draft/basic/transports.mdx
@@ -291,8 +291,8 @@ protocol version 2024-11-05) as follows:
291
defined above:
292
- If it succeeds, the client can assume this is a server supporting the new Streamable
293
HTTP transport.
294
- - If it fails with an HTTP 4xx status code (e.g., 405 Method Not Allowed or 404 Not
295
- Found):
+ - If it fails with the following HTTP status codes "400 Bad Request", "404 Not
+ Found" or "405 Method Not Allowed":
296
- Issue a GET request to the server URL, expecting that this will open an SSE stream
297
and return an `endpoint` event as the first event.
298
- When the `endpoint` event arrives, the client can assume this is a server running
0 commit comments