Capi body read. #1520
-
Good afternoon! Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Question update : am I right that only the HttpResponse class has callbacks for reading body data? |
Beta Was this translation helpful? Give feedback.
-
You can read the body, grab the abort handler with uws_res_on_aborted and grab the data handler with uws_res_on_data, and grab the chunks, https://bun.sh/ and https://github.com/cirospaciari/socketify.py do this with this C API. |
Beta Was this translation helpful? Give feedback.
You can read the body, grab the abort handler with uws_res_on_aborted and grab the data handler with uws_res_on_data, and grab the chunks, https://bun.sh/ and https://github.com/cirospaciari/socketify.py do this with this C API.