SyntaxFix
Write A Post
Hire A Developer
Questions
If the contents of the body are a string in Java 8 you can do:
String body = request.getReader().lines().collect(Collectors.joining());