matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 289 forks source link

do we have any options to specify HTTP method ? #175

Closed dilagurung closed 4 years ago

dilagurung commented 6 years ago

Specifically I want to send a request to API server in POST form. Do we have any option for that.?

dotnetter commented 6 years ago

Wouldn't it be the same as this?

https://github.com/github/fetch#post-json

jimmywarting commented 5 years ago

this can be closed