Skip to content

Remove the ability to switch off dynamic HTTP headers in Ktor adapters #34

@ermadmi78

Description

@ermadmi78

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
            }
        }
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions