Http Requester
Functions
Link copied to clipboard
open fun buildHttpRequest(url: String, method: String, headers: MutableMap<String, String> = mutableMapOf(), body: MutableMap<String, Any> = mutableMapOf()): HttpRequest