-
Notifications
You must be signed in to change notification settings - Fork 638
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
Add ProxyBodyHandler for sidecar to intercept the body #948
Comments
stevehu
added a commit
that referenced
this issue
May 20, 2021
stevehu
added a commit
that referenced
this issue
May 20, 2021
stevehu
added a commit
that referenced
this issue
May 25, 2021
younggwon1
pushed a commit
to younggwon1/light-4j
that referenced
this issue
Feb 10, 2024
younggwon1
pushed a commit
to younggwon1/light-4j
that referenced
this issue
Feb 10, 2024
younggwon1
pushed a commit
to younggwon1/light-4j
that referenced
this issue
Feb 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For post request to do the body validation against the specification on the sidecar. The handler will duplicate the ByteBuffer and but still keep the channel to transfer the request body to the downstream backend API.
The text was updated successfully, but these errors were encountered: