p-quic / pquic

The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis
https://pquic.org
MIT License
126 stars 20 forks source link

Post request #37

Open Abilyf opened 1 year ago

Abilyf commented 1 year ago

Hi, I have a question about how to handle post requests. There is a struct named stream_ctx whose member variable path_callback is given callback functions to handle events such as picohttp_callback_provide_data, but I don't see this callback function anywhere in the code.

However, I saw demoserver_post_callback() in picoquicdemo.c in the picoquic implementation. Did you delete or move it somewhere else?