Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: http/3 client #1650

Open
liudongmiao opened this issue May 7, 2024 · 1 comment
Open

feature request: http/3 client #1650

liudongmiao opened this issue May 7, 2024 · 1 comment
Labels

Comments

@liudongmiao
Copy link
Contributor

There is udp request on libevent. Now, it's the time for udp and quic.

For client, there would be two parts:

  • udp client
  • quic over udp client, requires ssl library, and maybe nghttp3

For server, there would be two parts:

  • udp server
  • quic over udp server, requires ssl library -- do we need to support this?

In the low-level view, udp is nothing different from tcp in the event of libevent.
However, if we want to offer extra bufferevent like bufferevent_socket_new / bufferevent_socket_connect for tcp, we should offer.

@liudongmiao
Copy link
Contributor Author

LiteSpeed QUIC is a quic library, and use libevent in examples.

@azat azat added type:feature subsystem:http HTTP Related issue labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants