dart-lang / http2

A HTTP/2 implementation for dart.

Home Page:https://pub.dev/packages/http2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A way to redirect a HTTP/2 websocket request

guyluz11 opened this issue · comments

Is there a way to catch HTTP/2 ServerSocket call and redirect it to another URL?.

I have found a way to do that for get requests but not for WebSocket requests.