Sep31Service

constructor(serviceUrl: String, httpClient: HttpClient? = null, httpRequestHeaders: Map<String, String>? = null)

Parameters

httpClient

Optional caller-supplied HTTP client. When null, the service constructs a Ktor client with followRedirects = false, content negotiation, and a 30 s request timeout. A caller-supplied client is used verbatim and never closed by this service.

httpRequestHeaders

Optional headers attached to every outbound request in addition to Authorization and Content-Type.