mirror of
https://github.com/foss42/apidash.git
synced 2025-05-24 01:36:46 +08:00
faraday connection creation
This commit is contained in:
@ -127,6 +127,11 @@ puts "Response Body: #{response.body}"
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// crreating faraday connection for request
|
||||||
|
var templateConnection = jj.Template(kTemplateConnection);
|
||||||
|
result += templateConnection.render({
|
||||||
|
"hasFile": requestModel.hasFormDataContentType && requestModel.hasFileInFormData //
|
||||||
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user