-
Can I select which protocol to use? Such as QUIC? |
Beta Was this translation helpful? Give feedback.
Answered by
dannagle
Jun 30, 2024
Replies: 1 comment
-
Your options are in the drop-down. They are UDP, TCP, SSL, and various HTTP methods. QUIC is built on top of UDP, so you could in theory communicate with a QUIC server, but you would only get as far as the initial handshake sequence. Feel free to open a feature request. The are efforts to include more built-in protocols. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lya1016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your options are in the drop-down. They are UDP, TCP, SSL, and various HTTP methods.
QUIC is built on top of UDP, so you could in theory communicate with a QUIC server, but you would only get as far as the initial handshake sequence.
Feel free to open a feature request. The are efforts to include more built-in protocols.