Skip to content

Commit

Permalink
update keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jan 15, 2024
1 parent 22d4f9a commit 1722132
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ This object MUST NOT contain any properties. Its name is reserved for future use

This object MUST NOT contain any properties. Its name is reserved for future use.


<a name="operation"></a>

## Operation Binding Object
Expand Down Expand Up @@ -61,7 +60,6 @@ operations:
bindingVersion: '0.3.0'
```
<a name="message"></a>
## Message Binding Object
Expand All @@ -73,12 +71,11 @@ This object contains information about the message representation in HTTP.
Field Name | Type | Description
---|:---:|---
<a name="messageBindingObjectHeaders"></a>`headers` | [Schema Object][schemaObject] \| [Reference Object](referenceObject) | A Schema object containing the definitions for HTTP-specific headers. This schema MUST be of type `object` and have a `properties` key.
<a name="messageBindingObjectStatusCode"></a>`status-code` | number | The HTTP response status code according to [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes).
<a name="messageBindingObjectStatusCode"></a>`statusCode` | number | The HTTP response status code according to [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes).
<a name="messageBindingObjectBindingVersion"></a>`bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed.

This object MUST contain only the properties defined above.


```yaml
channels:
test:
Expand All @@ -87,7 +84,7 @@ channels:
testMessage:
bindings:
http:
status-code: 200
statusCode: 200
headers:
type: object
properties:
Expand Down

0 comments on commit 1722132

Please sign in to comment.