-
Notifications
You must be signed in to change notification settings - Fork 633
Body
Steve Hu edited this page Oct 3, 2016
·
1 revision
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.