* .NET 7 Preview 7 update: WebSockets support in ASP.NET Core
* Moved sample HTTP:/2 info
* Fix typos
* Apply suggestions from code review
Added review suggestions from tdykstra.
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Update aspnetcore/fundamentals/websockets.md
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Added 7.0 sample version with custom httpconnect attribute to allow websocket on http/2
* Added missing new line end of HttpConnectAttribute.cs
* Added section on HTTP/2 WebSocket support for existing controllers plus code snippet regions
* Fixing Note formatting
* Fix Note link
* Added 7.x to code snippet paths
* Fixed code links.
* fixed code highlight
* Updated legacy code links
* Updated internal link
* Resolving anchor issue
* trying again to solve anchor issue
* Anchor fix.
* fix
* fix
* fix
* Fixed HTTPConnect, now HttpConnect.
* Moved HttpGet and HttpConnect to same controller action example
* Clarified [HttpConnect] attribute is custom as opposed to built in.
* Apply suggestions from code review
Co-authored-by: Brennan <brecon@microsoft.com>
* Added public sealed to custom attribute class per review
* Adding feedback suggestions.
* update per review suggestions support for http/2
* Changed run to Ctrl+F5 without debugger.
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Brennan <brecon@microsoft.com>
* Replace all hardcoded status codes with System.Net.HttpStatusCode
* Replace all StatusCodes references to HttpStatusCode
Co-authored-by: Michal Mrnuštík <michal.mrnustik@riganti.cz>