request

fun request(verb: String, requestUrl: String, data: String?, headers: ERROR CLASS: Symbol not found for node.http.OutgoingHttpHeaders = definedExternally): ERROR CLASS: Symbol not found for Promise<actions/http/client/HttpClientResponse>(source)

Makes a raw http request. All other methods such as get, post, patch, and request ultimately call this. Prefer get, del, post and patch


fun request(verb: String, requestUrl: String, data: ERROR CLASS: Symbol not found for node.ReadableStream??, headers: ERROR CLASS: Symbol not found for node.http.OutgoingHttpHeaders = definedExternally): ERROR CLASS: Symbol not found for Promise<actions/http/client/HttpClientResponse>(source)