如何在preHandle请求拦截器方法中放置自定义标头?我可以看到一个函数用于在响应时设置标题但不是用于请求。为什么会这样?
public boolean preHandle(HttpServletRequest request,
HttpServletResponse response, Object handler) throws Exception {
//function defination goes here
}