Skip to content
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

Extend Interceptor to handle Body request #46

Closed
sashirestela opened this issue Feb 10, 2024 · 0 comments · Fixed by #49
Closed

Extend Interceptor to handle Body request #46

sashirestela opened this issue Feb 10, 2024 · 0 comments · Fixed by #49
Assignees
Labels
enhancement New feature or request

Comments

@sashirestela
Copy link
Owner

sashirestela commented Feb 10, 2024

Extends the Interceptor mechanism to handle the Body request in addition to the Url request.

Take in account that it is very hard to try to modify the Java's HttpRequest class directly, so a better approach will be to handle the body data before it is added to the HttpRequest. The body data comes in two possible flavors: Json or Map.

@sashirestela sashirestela added the enhancement New feature or request label Feb 10, 2024
@sashirestela sashirestela self-assigned this Feb 10, 2024
@sashirestela sashirestela linked a pull request Feb 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant