You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steve Hu edited this page Oct 3, 2016
·
1 revision
Introduction
Body is an HttpHandler to parse the body according to the content type int the request header and attach the parsed result into the exchange so that subsequent handlers will use it directly.
The current implementation is to convert the input stream to String object so that it can be used in validator handler in the handler chain.