You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attention! It is breaking change!!!
I think the ability to switch off dynamic HTTP headers in Ktor adapters is over-engineering. See #26 and #30. This feature will be removed in version 3.0
plugins {
kotlin("jvm")
id("io.github.ermadmi78.kobby")
}
kobby {
kotlin {
adapter {
ktor {
// Will not be available since version 3.0!
dynamicHttpHeaders =false
}
}
}
}
The text was updated successfully, but these errors were encountered:
Attention! It is breaking change!!!
I think the ability to switch off dynamic HTTP headers in Ktor adapters is over-engineering. See #26 and #30. This feature will be removed in version 3.0
The text was updated successfully, but these errors were encountered: