module WolfCore::HttpOperations
def http_post(url:, headers: {}, body: nil, query: nil, timeout: nil)
def http_post(url:, headers: {}, body: nil, query: nil, timeout: nil) WolfCore::HttpDataSource.http_post(url: url, headers: headers, query: query, body: body, timeout: timeout) end