You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the 'Date' header can't be removed by response.headers_mut().remove() or clear(), and in my case I need to clear all unnecessary response headers to reduce network traffic cost...