是否有C语言版本http3 api使用示例呢? #280
Answered
by
wangfuyu
wdj55556
asked this question in
Q&A (问题和回答)
Replies: 1 comment
-
总之,针对http3_conn_process_streams接口,仅需记住它的主要功能是驱动TQUIC处理某一连接的HTTP/3层的流数据即可。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iyangsj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前我在开发一个基于tquic的传输软件,在使用http3的c api时遇到了一些困难,例如http3_headers_t 该如何构造,它是http3_header_t的数组指针吗? http3_recv_body函数正常应该是在on_stream_data中调用吗?以及http3_conn_process_streams函数正确的调用时机是什么?
Beta Was this translation helpful? Give feedback.
All reactions