Skip to content

Consider making AbstractStreamingClientHttpRequest public instead of package protected #36501

@tkrah

Description

@tkrah

Hi,

with the removal of okhttp3 support in spring framework 7+ I would like to implement those on my own.

While AbstractClientHttpRequest is public and can be extended, the AbstractStreamingClientHttpRequest is package protected, so I must use the same package (which I would rather not do but using this at the moment) or copy that code.

Would it be possible to make that AbstractStreamingClientHttpRequest class public too to be able to extend it and allow for easier extension in the spring http abstraction layer?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions