How to implement netty channel handler to get request body #8427
Unanswered
ThraaxSession
asked this question in
Q&A
Replies: 1 comment 2 replies
-
the guide has an example of how to customize the channel pipeline: https://docs.micronaut.io/latest/guide/index.html#nettyServerPipeline You can add your handler in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone knows how to implement
Netty channel handler
to get the request body for Micronaut 3.7.4?See: #7986
Currently the
HttpServerFilter
isn't able to supply the request body. As long the issue is open, I need to do it "manually".@graemerocher as you mentioned the idea.
Beta Was this translation helpful? Give feedback.
All reactions