项目作者: sandeepkaul

项目描述 :
The current implementation of HttpServletRequest does not allow to set headers. This is a wrapper around it to help you modify request headers
高级语言: Java
项目地址: git://github.com/sandeepkaul/javax-mutable-request.git
创建时间: 2017-06-29T06:38:19Z
项目社区:https://github.com/sandeepkaul/javax-mutable-request

开源协议:GNU General Public License v3.0

下载


javax-mutable-request

Build Status
Maven Central
codecov

The current implementation of HttpServletRequest does not allow to set headers. This is a wrapper around it to help you modify request headers

Use the following maven dependency to consume this:

  1. <dependency>
  2. <groupId>com.sandeepkaul</groupId>
  3. <artifactId>javax-mutable-request</artifactId>
  4. <version>1.0.0</version>
  5. </dependency>