Replies: 2 comments
-
Hai @pktCoder Hope this one helps https://github.com/Karthikdasari0423/Basic-Aioquic Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Karthikdasari0423! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great repo. So glad I find this when I was googling for HTTP3 implementation. As part of a project, I need to create a simple HTTP3 GET transaction between two hosts, one running a client, one running a server. After that, both the client and server will exit.
I am able to run the two scripts in the example directory: http3_client.py http3_server.py. However, they are too complex. Wonder if someone could create a simpler version of them.
For example, restructure the http3_server.py so it doesn't use not use "Starlette", just sends response in the class
HttpServerProtocol
methodhttp_event_received
. I tried the following but it didn't work. Any help is appreciated.Beta Was this translation helpful? Give feedback.
All reactions