Skip to content

Commit

Permalink
Remove constant GET method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Jun 12, 2024
1 parent 28e78fb commit 75bc30a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ When using Server Sent Events, the channel represents a single logical message s

Field Name | Type | Description
---|:---:|---
<a name="operationBindingObjectMethod"></a>`method` | string | The HTTP method to use when establishing the request. Its value MUST be `GET`.
<a name="operationBindingObjectQuery"></a>`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.
<a name="operationBindingObjectHeaders"></a>`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.
<a name="operationBindingObjectBindingVersion"></a>`bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed.
Expand Down

0 comments on commit 75bc30a

Please sign in to comment.