Skip to content

redirect configuration is only available top-level on HTTPClient #196

Open
@weissi

Description

@weissi
Contributor

Whether (and how many times) you want to redirect is usually a setting that you want to be able to set per request and not globally per HTTPClient. Unfortunately, from what I can tell right now, we only allow setting this setting globally which is not practical given the fact that many client need to choose how they handle redirects, yet a single HTTPClient should be widely shared across the application.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/enhancementImprovements to existing feature.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      Participants

      @artemredkin@weissi@FranzBusch

      Issue actions

        redirect configuration is only available top-level on HTTPClient · Issue #196 · swift-server/async-http-client