Servlet filter caches the request body of HTTP request. Request Body is available via a ThreadLocal.

Compile Dependencies (3)

Category/LicenseGroup / ArtifactVersionUpdates
Apache 2.0
com.shedhack.exception » exception-controller-spring
Global Exception Handler for Spring.
2.2.0
Apache 2.0
com.shedhack.exception » exception-core
Generic Exception Library to be used with HTTP services.
2.2.0
Apache 2.0
com.shedhack.requestbody » cache-filter
Servlet filter caches the request body of HTTP request. Request Body is available via a ThreadLocal.
2.2.0

Test Dependencies (3)

Category/LicenseGroup / ArtifactVersionUpdates
Testing EPL 2.0
junit » junit
JUnit Jupiter is the API for writing tests using JUnit 5.
Web Framework Apache 2.0
org.springframework.boot » spring-boot-starter-web
Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded ...
Testing Apache 2.0
org.springframework.boot » spring-boot-starter-test
Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito