From 3f91c867522a2a11a75b81b504d399f9b03086b2 Mon Sep 17 00:00:00 2001 From: John Fallows Date: Mon, 10 Jun 2024 18:04:30 -0700 Subject: [PATCH] Remove constant `GET` method. --- sse/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sse/README.md b/sse/README.md index 2569aadf..aa66229d 100644 --- a/sse/README.md +++ b/sse/README.md @@ -28,7 +28,6 @@ When using Server Sent Events, the channel represents a single logical message s Field Name | Type | Description ---|:---:|--- -`method` | string | The HTTP method to use when establishing the request. Its value MUST be `GET`. `query` | [Schema Object][schemaObject] \| [Reference Object](referenceObject) | A Schema object containing the definitions for each query parameter. This schema MUST be of type `object` and have a `properties` key. `headers` | [Schema Object][schemaObject] \| [Reference Object](referenceObject) | A Schema object containing the definitions of the HTTP headers to use when establishing the request. This schema MUST be of type `object` and have a `properties` key. `bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed.