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