python - scrapy debug Request object -


how debug scrapy request object?

requestobj= formrequest.from_response(response, formxpath =form_xpath,callback=self.parse1)

i need check formdata of requestobj .but didn't find documentation debugging request object

use traffic monitoring software , use fiddler. check requests sent python browsers


Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -