All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodiac.boot.request.PlatformHttpServletRequestWrapper Maven / Gradle / Ivy

The newest version!
package org.zodiac.boot.request;

import org.zodiac.commons.web.reactive.PartnerHttpServletRequestWrapper;

import javax.servlet.http.HttpServletRequest;

/**
 * 全局Request包装。
 *
 */
public class PlatformHttpServletRequestWrapper extends PartnerHttpServletRequestWrapper {

    public PlatformHttpServletRequestWrapper(HttpServletRequest request) {
        super(request);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy