Replies: 1 comment 10 replies
-
Your question is unrelated to HTTP/3 or QUIC, it's just "how to write an ASGI app". If you want to use the demo.py file as a starting point, please refer to the documentation of the "Starlette" framework here: |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to compare the performances of the http3 over quic protocol and the sftp protocol in sending files over the internet, so I am trying to use your example to test the quic protocol but I find it quite complicated to understand and use,
my objective as I said to send multiple txt files to the http3 server to see how much time it takes compared to sftp, I have figured out that by setting the routes in starlette and writing the proper function we can do so but I do not know how to do this exactly, this is why I'm contacting you to ask for your help, please.
Beta Was this translation helpful? Give feedback.
All reactions