httpConfig

fun httpConfig(block: HttpClientConfig<*>.() -> Unit)

Add your own http configuration to SupabaseClient.httpClient

Warning: This is an internal function and should only be used if you know what you are doing. You don't have to specify the HTTP client engine, it will be automatically set by Ktor.