Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ermadmi78 opened this issue Apr 1, 2023 · 1 comment
Closed
Assignees
Milestone

Comments

@ermadmi78
Copy link
Owner

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
            }
        }
    }
}
@ermadmi78 ermadmi78 self-assigned this Apr 1, 2023
@ermadmi78 ermadmi78 added this to the Version 3.0 milestone Apr 1, 2023
@ermadmi78
Copy link
Owner Author

Available since release 3.0.0-beta.01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant