Support for Formdata

This commit is contained in:
Liyas Thomas
2020-02-05 23:04:46 +05:30
parent fdc5695fb4
commit 04feb3cdbe
2 changed files with 30 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
export default () => ({
request: {
method: "GET",
url: "https://reqres.in",
path: "/api/users",
url: "https://httpbin.org",
path: "/get",
label: "",
auth: "None",
httpUser: "",