Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add The WebSocket Protocol #1575

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Add The WebSocket Protocol #1575

merged 1 commit into from
Nov 20, 2024

Conversation

browser-specs-bot
Copy link
Collaborator

Close #1574, adding the suggested spec to the list.

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://www.rfc-editor.org/rfc/rfc6455",
  "seriesComposition": "full",
  "shortname": "rfc6455",
  "series": {
    "shortname": "rfc6455",
    "currentSpecification": "rfc6455",
    "title": "The WebSocket Protocol",
    "shortTitle": "The WebSocket Protocol",
    "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6455"
  },
  "organization": "IETF",
  "groups": [
    {
      "name": "BiDirectional or Server-Initiated HTTP Working Group",
      "url": "https://datatracker.ietf.org/wg/hybi/"
    }
  ],
  "nightly": {
    "url": "https://www.rfc-editor.org/rfc/rfc6455",
    "status": "Proposed Standard",
    "alternateUrls": [
      "https://datatracker.ietf.org/doc/html/rfc6455",
      "https://tools.ietf.org/html/rfc6455"
    ],
    "filename": "rfc6455.html"
  },
  "title": "The WebSocket Protocol",
  "source": "ietf",
  "shortTitle": "The WebSocket Protocol",
  "categories": [
    "browser"
  ],
  "standing": "good"
}

Tests

These changes look good! 😎

Close #1574, adding the suggested spec to the list.

### Changes to `index.json`
This update would trigger the following changes in `index.json`:

<details><summary>Add spec (1)</summary>

```json
{
  "url": "https://www.rfc-editor.org/rfc/rfc6455",
  "seriesComposition": "full",
  "shortname": "rfc6455",
  "series": {
    "shortname": "rfc6455",
    "currentSpecification": "rfc6455",
    "title": "The WebSocket Protocol",
    "shortTitle": "The WebSocket Protocol",
    "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6455"
  },
  "organization": "IETF",
  "groups": [
    {
      "name": "BiDirectional or Server-Initiated HTTP Working Group",
      "url": "https://datatracker.ietf.org/wg/hybi/"
    }
  ],
  "nightly": {
    "url": "https://www.rfc-editor.org/rfc/rfc6455",
    "status": "Proposed Standard",
    "alternateUrls": [
      "https://datatracker.ietf.org/doc/html/rfc6455",
      "https://tools.ietf.org/html/rfc6455"
    ],
    "filename": "rfc6455.html"
  },
  "title": "The WebSocket Protocol",
  "source": "ietf",
  "shortTitle": "The WebSocket Protocol",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>

### Tests
These changes look good! 😎
@tidoust tidoust merged commit 8f8cd1d into main Nov 20, 2024
1 check passed
@tidoust tidoust deleted the add-rfc6455 branch November 20, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new spec: The WebSocket Protocol
2 participants