1. 程式人生 > >Java之servlet四

Java之servlet四

HTTP頭部

HTTP請求頭部

HTTP響應頭部

欄位 參考值 說明 例子 備註
expires -1 快取時間 expires: Wed, 21 Nov 2018 14:55:29 GMT  
content-type   內容型別 content-type: text/html;charset=utf-8  
content-disposition

inline

attachment

接收檔案 content-disposition: attachment;filename=dsc.jpg

顯示檔案

下載檔案

         
         
refresh 5 重新整理時間 refresh: 20;/ServletTest 重新整理後,跳轉到指定地址
Cache-Control no-cache      
Pragma no-cache      
         
         
         

附錄

Win10下IE快取資料夾路徑:INetCache比較特殊,需要手動輸入資料夾名稱)

C:\Users\<當前登入使用者>\AppData\Local\Microsoft\Windows\INetCache