Skip to content

Make AbstractStreamingClientHttpRequest and AbstractBufferingClientHttpRequest public #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

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions