Sven Vidak

Results 3 comments of Sven Vidak

As an additional information, I can solve this issue by using `OkHttp` with a network interceptor, but I'm curious how to do the same thing using Apache client

Not sure if I'm doing something wrong, but this is not working: ```kotlin val client = HttpClient(Apache) { install(JsonFeature) { serializer = GsonSerializer() acceptContentTypes = acceptContentTypes + listOf(ContentType.parse("application/vnd.api+json; ext=bulk")) }...

This behavior is defined by a template. Default template defines that only a selected value is printed without a label: ```go if tpls.Selected == "" { tpls.Selected = fmt.Sprintf(`{{ "%s"...