vifreefly / kimuraframework

Kimurai is a modern web scraping framework written in Ruby which works out of box with Headless Chromium/Firefox, PhantomJS, or simple HTTP requests and allows to scrape and interact with JavaScript rendered websites
MIT License
1.01k stars 154 forks source link

Only GET HTTP request is supported? #34

Closed imtiazwazir closed 4 years ago

imtiazwazir commented 4 years ago

Hi,

Is there any setting to make other HTTP request? e.g. POST, PUT, DELETE etc.

Thanks

vifreefly commented 4 years ago

Hi @imtiazwazir . No, request_to method supports only GET requests. If you need to perform custom requests, use https://github.com/rest-client/rest-client for example.