Lispython / human_curl

Simple Human wrapper for cURL library
http://h.wrttn.me/human_curl
Other
205 stars 43 forks source link

Custom response class #7

Open Lispython opened 13 years ago

Lispython commented 13 years ago

Maybe need add custom_response paramener into Request constructor

r = hurl.get("http://yandex.com", response_class=MyResponseClass)