0

I'm looking for python http client module which can receive and output http multi-part response. The built-in http.client doesn't help.

I'm expecting the http client module which can handle tcp stream de-fragmentation and output parts of http response.

Any suggestion will be appreciated.

Kevin Kuei

2
  • Maybe here it can help you stackoverflow.com/questions/15767785/… from what I am reading there, it is maybe not in power of built-in http.client Commented Jan 18, 2022 at 9:33
  • Thank you. But the post you mention is for HTTP request, not for http multiple-part response. Commented Jan 19, 2022 at 12:53

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.