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

Clone this wiki locally