dotnet / dotnet/AspNetCore.Docs

Missing documentation for how to implement the server side of Connection: upgrade

Open
#35,923 3 comments 0 reactions 0 assignees View on GitHub
:watch: Not Triaged
Dominant language
C#
Stars
13.1k
Forks
24.6k
Avg merge
1d 2h
Merged PRs (30d)
109

Description

### Missing documentation for how to implement the server side of Connection: upgrade

This should work:

GET /Controller/Input HTTP/1.1
Host: localhost
Cookie: session-cookie
Connection: upgrade
Upgrade: application/new-thing

Where the controller grabs the streams from HttpRequest and HttpResponse

From other traces I've gotten; this is supposed to be a thing but the documentation for how to do it is completely missing. The fact that "application/new-thing" is something you've never heard of is the point.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.