-
I'm missing quick instructions on how to set-up web services on Azure to host HTTP/3. If I, for instance, was to publish a .NET Core Web API to Azure, or any NodeJS front-end, like Angular … how would I do that to have my services use HTTP/3? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Jan 13, 2022
Replies: 1 comment 3 replies
-
Unfortunately, this repo (and the folks who work on it) is simply for the QUIC layers, and not HTTP/3. If you are interested in .NET HTTP/3 usage, I suggest you start with the .NET repo. cc @wfurt @ManickaP @samsp-msft |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
SetTrend
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, this repo (and the folks who work on it) is simply for the QUIC layers, and not HTTP/3. If you are interested in .NET HTTP/3 usage, I suggest you start with the .NET repo. cc @wfurt @ManickaP @samsp-msft