Skip to content

Reactive HttpMessageReader/Writer for "x-www-form-url-encoded" data [SPR-14540] #19108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Jul 29, 2016 · 4 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jul 29, 2016

Rossen Stoyanchev opened SPR-14540 and commented


Affects: 5.0 M1

Issue Links:

Referenced from: commits 46599e7

@spring-projects-issues
Copy link
Collaborator Author

Sébastien Deleuze commented

I think FormHttpMessageConverter reactive alternative will be composed of 3 distinct classes :

  • MultipartFormHttpMessageWriter
  • UrlEncodedFormHttpMessageReader
  • UrlEncodedFormHttpMessageWriter.

@spring-projects-issues
Copy link
Collaborator Author

Rossen Stoyanchev commented

I think that makes sense and reader-writer split makes it easy to reflect such asymmetric cases. Perhaps we could shorten the names a bit, e.g. FormHttpMessageReader/Writer and MultipartHttpMessageWriter?

@spring-projects-issues
Copy link
Collaborator Author

Sébastien Deleuze commented

Yes, these shorter names are better indeed.

@spring-projects-issues
Copy link
Collaborator Author

Rossen Stoyanchev commented

Resolving this since the form reader/writer are now in. The multipart writer is more related to the multipart request support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants