-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed as not planned
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Currently, Spring 7.0.0-M7/Spring Boot 4.0.0-M1, the server config is a little confused, we can set header, URI path index, query parameter, Media type, one by one, but can not configure them in the same backend API application.
-
On the server side, I think it could support one or more strategies in one application. eg. support
X-API-Version:1.0
and/api/someAPI?v=1.0
at the same time. The client application can select anyone to interact with it. -
On the client, we can configure a default strategy when building the HTTP client instance, and allow the developer to
mutate
it before sending the request in tests, like we handled the security credentials.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid