標籤:style http io ar os 使用 sp java for
//定義編碼header( ‘Content-Type:text/html;charset=utf-8 ‘); //Atomheader(‘Content-type: application/atom+xml‘); //CSSheader(‘Content-type: text/css‘); //Javascriptheader(‘Content-type: text/javascript‘); //JPEG Imageheader(‘Content-type: image/jpeg‘); //JSONheader(‘Content-type: application/json‘); //PDFheader(‘Content-type: application/pdf‘); //RSSheader(‘Content-Type: application/rss+xml; charset=ISO-8859-1‘); //Text (Plain)header(‘Content-type: text/plain‘); //XMLheader(‘Content-type: text/xml‘); //200 OKheader(‘HTTP/1.1 200 OK‘); //設定一個404頭:header(‘HTTP/1.1 404 Not Found‘); //設定地址被永久的重新導向header(‘HTTP/1.1 301 Moved Permanently‘); //轉到一個新地址header(‘Location: http://www.example.org/‘); //檔案延遲轉向:header(‘Refresh: 10; url=http://www.example.org/‘);print ‘You will be redirected in 10 seconds‘; //當然,也可以使用html文法實現//<meta http-equiv="refresh" content="10;http://www.example.org/ /> //override X-Powered-By: PHP:header(‘X-Powered-By: PHP/4.4.0‘);header(‘X-Powered-By: Brain/0.6b‘); //文檔語言header(‘Content-language: en‘); //告訴瀏覽器最後一次修改時間$time = time() - 60; // or filemtime($fn), etcheader(‘Last-Modified: ‘.gmdate(‘D, d M Y H:i:s‘, $time).‘ GMT‘); //告訴瀏覽器文檔內容沒有發生改變header(‘HTTP/1.1 304 Not Modified‘); //設定內容長度header(‘Content-Length: 1234‘); //設定為一個下載類型header(‘Content-Type: application/octet-stream‘);header(‘Content-Disposition: attachment; filename="example.zip"‘);header(‘Content-Transfer-Encoding: binary‘);//load the file to send:readfile(‘example.zip‘); //對當前文檔禁用緩衝header(‘Cache-Control: no-cache, no-store, max-age=0, must-revalidate‘);header(‘Expires: Mon, 26 Jul 1997 05:00:00 GMT‘); // Date in the pastheader(‘Pragma: no-cache‘); //設定內容類型:header(‘Content-Type: text/html; charset=iso-8859-1‘);header(‘Content-Type: text/html; charset=utf-8‘);header(‘Content-Type: text/plain‘); //純文字格式header(‘Content-Type: image/jpeg‘); //JPG***header(‘Content-Type: application/zip‘); // ZIP檔案header(‘Content-Type: application/pdf‘); // PDF檔案header(‘Content-Type: audio/mpeg‘); // 音頻檔案header(‘Content-Type: application/x-shockw**e-flash‘); //Flash動畫 //顯示登陸對話方塊header(‘HTTP/1.1 401 Unauthorized‘);header(‘WWW-Authenticate: Basic realm="Top Secret"‘);print ‘Text that will be displayed if the user hits cancel or ‘;print ‘enters wrong login data‘;
#附:HTTP header 詳解 Requests部分
Header |
解釋 |
樣本 |
Accept |
指定用戶端能夠接收的內容類型 |
Accept: text/plain, text/html |
Accept-Charset |
瀏覽器可以接受的字元編碼集。 |
Accept-Charset: iso-8859-5 |
Accept-Encoding |
指定瀏覽器可以支援的web伺服器返回內容壓縮編碼類別型。 |
Accept-Encoding: compress, gzip |
Accept-Language |
瀏覽器可接受的語言 |
Accept-Language: en,zh |
Accept-Ranges |
可以請求網頁實體的一個或者多個子範圍欄位 |
Accept-Ranges: bytes |
Authorization |
HTTP授權的授權認證 |
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== |
Cache-Control |
指定請求和響應遵循的緩衝機制 |
Cache-Control: no-cache |
Connection |
表示是否需要持久串連。(HTTP 1.1預設進行持久串連) |
Connection: close |
Cookie |
HTTP請求發送時,會把儲存在該請求網域名稱下的所有cookie值一起發送給web伺服器。 |
Cookie: $Version=1; Skin=new; |
Content-Length |
請求的內容長度 |
Content-Length: 348 |
Content-Type |
請求的與實體對應的MIME資訊 |
Content-Type: application/x-www-form-urlencoded |
Date |
請求發送的日期和時間 |
Date: Tue, 15 Nov 2010 08:12:31 GMT |
Expect |
請求的特定的伺服器行為 |
Expect: 100-continue |
From |
發出請求的使用者的Email |
From: [email protected] |
Host |
指定請求的伺服器的網域名稱和連接埠號碼 |
Host: www.zcmhi.com |
If-Match |
只有請求內容與實體相匹配才有效 |
If-Match: “737060cd8c284d8af7ad3082f209582d” |
If-Modified-Since |
如果請求的部分在指定時間之後被修改則請求成功,未被修改則返回304代碼 |
If-Modified-Since: Sat, 29 Oct 2010 19:43:31 GMT |
If-None-Match |
如果內容未改變返回304代碼,參數為伺服器先前發送的Etag,與伺服器回應的Etag比較判斷是否改變 |
If-None-Match: “737060cd8c284d8af7ad3082f209582d” |
If-Range |
如果實體未改變,伺服器發送用戶端丟失的部分,否則發送整個實體。參數也為Etag |
If-Range: “737060cd8c284d8af7ad3082f209582d” |
If-Unmodified-Since |
只在實體在指定時間之後未被修改才請求成功 |
If-Unmodified-Since: Sat, 29 Oct 2010 19:43:31 GMT |
Max-Forwards |
限制資訊通過代理和網關傳送的時間 |
Max-Forwards: 10 |
Pragma |
用來包含實現特定的指令 |
Pragma: no-cache |
Proxy-Authorization |
串連到代理的授權認證 |
Proxy-Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== |
Range |
只請求實體的一部分,指定範圍 |
Range: bytes=500-999 |
Referer |
先前網頁的地址,當前請求網頁緊隨其後,即來路 |
Referer: http://www.zcmhi.com/archives/71.html |
TE |
用戶端願意接受的傳輸編碼,並通知伺服器接受接受尾加頭資訊 |
TE: trailers,deflate;q=0.5 |
Upgrade |
向伺服器指定某種傳輸協議以便伺服器進行轉換(如果支援) |
Upgrade: HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11 |
User-Agent |
User-Agent的內容包含發出請求的使用者資訊 |
User-Agent: Mozilla/5.0 (Linux; X11) |
Via |
通知中間網關或Proxy 伺服器地址,通訊協定 |
Via: 1.0 fred, 1.1 nowhere.com (Apache/1.1) |
Warning |
關於訊息實體的警告資訊 |
Warn: 199 Miscellaneous warning |
Responses 部分
Header |
解釋 |
樣本 |
Accept-Ranges |
表明伺服器是否支援指定範圍請求及哪種類型的分段請求 |
Accept-Ranges: bytes |
Age |
從原始伺服器到代理緩衝形成的估算時間(以秒計,非負) |
Age: 12 |
Allow |
對某網路資源的有效請求行為,不允許則返回405 |
Allow: GET, HEAD |
Cache-Control |
告訴所有的緩衝機制是否可以緩衝及哪種類型 |
Cache-Control: no-cache |
Content-Encoding |
web伺服器支援的返回內容壓縮編碼類別型。 |
Content-Encoding: gzip |
Content-Language |
響應體的語言 |
Content-Language: en,zh |
Content-Length |
響應體的長度 |
Content-Length: 348 |
Content-Location |
請求資源可替代的備用的另一地址 |
Content-Location: /index.htm |
Content-MD5 |
返回資源的MD5校正值 |
Content-MD5: Q2hlY2sgSW50ZWdyaXR5IQ== |
Content-Range |
在整個返回體中本部分的位元組位置 |
Content-Range: bytes 21010-47021/47022 |
Content-Type |
返回內容的MIME類型 |
Content-Type: text/html; charset=utf-8 |
Date |
原始伺服器訊息發出的時間 |
Date: Tue, 15 Nov 2010 08:12:31 GMT |
ETag |
請求變數的實體標籤的當前值 |
ETag: “737060cd8c284d8af7ad3082f209582d” |
Expires |
響應到期的日期和時間 |
Expires: Thu, 01 Dec 2010 16:00:00 GMT |
Last-Modified |
請求資源的最後修改時間 |
Last-Modified: Tue, 15 Nov 2010 12:45:26 GMT |
Location |
用來重新導向接收方到非請求URL的位置來完成請求或標識新的資源 |
Location: http://www.zcmhi.com/archives/94.html |
Pragma |
包括實現特定的指令,它可應用到響應鏈上的任何接收方 |
Pragma: no-cache |
Proxy-Authenticate |
它指出認證方案和可應用到代理的該URL上的參數 |
Proxy-Authenticate: Basic |
refresh |
應用於重新導向或一個新的資源被創造,在5秒之後重新導向(由網景提出,被大部分瀏覽器支援) |
Refresh: 5; url= http://www.zcmhi.com/archives/94.html |
Retry-After |
如果實體暫時不可取,通知用戶端在指定時間之後再次嘗試 |
Retry-After: 120 |
Server |
web伺服器軟體名稱 |
Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) |
Set-Cookie |
設定Http Cookie |
Set-Cookie: UserID=JohnDoe; Max-Age=3600; Version=1 |
Trailer |
指出頭域在分塊傳輸編碼的尾部存在 |
Trailer: Max-Forwards |
Transfer-Encoding |
檔案傳輸編碼 |
Transfer-Encoding:chunked |
Vary |
告訴下遊代理是使用緩衝響應還是從原始伺服器請求 |
Vary: * |
Via |
告知代理用戶端響應是通過哪裡發送的 |
Via: 1.0 fred, 1.1 nowhere.com (Apache/1.1) |
Warning |
警告實體可能存在的問題 |
Warning: 199 Miscellaneous warning |
WWW-Authenticate |
表明用戶端請求實體應該使用的授權方案 |
WWW-Authenticate: Basic |
PHP header函數設定http報文頭樣本詳解