mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 17:26:45 +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) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user