jersey API 中是否有可用的注解来实现基于标头值的请求过滤?在 spring 中也是如此
@RequestMapping(value = "/test", method = RequestMethod.POST, headers = {"version=v1.1"})
jersey API 中是否有可用的注解来实现基于标头值的请求过滤?在 spring 中也是如此
@RequestMapping(value = "/test", method = RequestMethod.POST, headers = {"version=v1.1"})