why is the api to add headers marked as internal? ...
# ktor
c
why is the api to add headers marked as internal?
Copy code
<http://ktor.post|ktor.post>(url) {
    body = ...
    headers {
        append("Content-Type", "application/json")
        append("Authorization", "Bearer $bearer")
    }
“This API is internal in ktor and should not be used. It could be removed or changed without notice.”
a
This will be fixed in Ktor 2.0.0. For more information please see KTOR-3001.