Skip to content

Support HTTP QUERY method (RFC 10008) in Spring MVC and WebFlux #37056

Description

@basahota

RFC 10008 introduces the HTTP QUERY method for safe, idempotent requests with a request body.

Spring Framework currently supports:

GET
POST
PUT
PATCH
DELETE
HEAD
OPTIONS
TRACE

but does not expose QUERY.

It would be valuable to support:

  • RequestMethod.QUERY
  • @QueryMapping annotation
  • Spring MVC request mapping
  • Spring WebFlux request mapping
  • CORS/OPTIONS handling
  • HttpMethod.QUERY

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webIssues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issue

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions