MapGptHttpServiceImpl

class MapGptHttpServiceImpl : BasicHttpStreamService

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun get(url: String, params: Map<String, String>, headers: Map<String, String>): Expected<HttpRequestError, ByteArray>
Link copied to clipboard
open suspend override fun post(url: String, body: ByteArray, headers: Map<String, String>): Expected<HttpRequestError, ByteArray>
Link copied to clipboard
open suspend override fun postWithStreamResult(    url: String,     body: ByteArray,     headers: Map<String, String>,     queries: Map<String, String>): Expected<String, InputStream>