Skip to content

feat(framework): Add request body cache filters and enhance request parameter resolution #92

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
wants to merge 2 commits into from

Conversation

jaquanli
Copy link

feat(framework): Add request body cache filters and enhance request parameter resolution

…arameter resolution

- New RequestBodyCachingFilterConfiguration class and realize the request body cache filter
- Update the SearchRequest class to add parsing of the POST request body
- Register the new filter configuration in the spring.factories file
…equest parameter resolution"

This reverts commit 17760c4.
@xlorne xlorne closed this Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The SearchRequest supports a post request to retrieve the body content and return it as a map or json
2 participants