ded / reqwest

browser asynchronous http requests
2.94k stars 341 forks source link

reqwest 404 Request Method:OPTIONS #260

Open wangzj141 opened 7 years ago

wangzj141 commented 7 years ago

i can't set Request Method to get,here is my code: reqwest({ url: 'http://www.zanbaa.com/', method: 'get', data: { results: 10, ...params, }, type: 'json', }) image