Does the ktor-client ContentNegotiation plugin aut...
# ktor
n
Does the ktor-client ContentNegotiation plugin automatically add all registered types to the Accept header? I'm not configuring defaultRequest on my client, but when I make a request with the httpClient.get (i'm also using the Resources plugin for type-safe routing), and I log out the
call.request.accept()
value, it's a CSV of content types.
a
n
Thanks, at least it's always in registration order with manual client additions up front.