UNPKG

sarathi

Version:

Service discovery aware, declarative rest client with client side load balancing

17 lines (15 loc) 309 B
var methodDefaults = { "url": undefined, "httpMethod": "GET", // "methodName": undefined, "placeholders": {}, "queryParams": {}, "headers": { "content-type": "application/json", "accept": "application/json" }, "body": undefined }; module.exports = { methodDefaults: methodDefaults };