Join Slack
Communities
Powered by
are there any utilities in Ktor to deal with Accep...
# ktor
m
Manas Marthi
02/03/2024, 12:34 AM
are there any utilities in Ktor to deal with Accept headers such as below? I want to know if a function exists that can give the most preferred language code in 2 characters.
Accept-Language: en-US,en;q=0.9,te;q=0.8,hi;q=0.7
a
Aleksei Tirman [JB]
02/05/2024, 6:06 AM
No.
j
Jaap Beetstra
02/05/2024, 4:02 PM
If you are on JVM you can use
https://docs.oracle.com/javase/8/docs/api/java/util/Locale.LanguageRange.html#parse-java.lang.String-
19
Views
Open in Slack
Previous
Next