文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 精品软件 | 下载排行 | 推荐下载 | firefox | WPS | 杀毒软件 | Picasa
清风网络
首 页 软件下载 网络学院 数码学院
QQ 电脑入门 游戏 操作系统 图形处理 办公软件 媒体动画 精文荟萃 工具软件 网络编程 程序开发 网络技术 认证考试 网站建设 文章专栏
当前位置:清风网络学院网络技术网络协议RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1
精品推荐
特别推荐
·ISIS路由协议
·Telnet入侵最完全手册
·网络协议基础知识 SMTP协议和UDP协议
·新的宽带认证方式——IEEE 802.1x协议
·ARP协议揭密
·网络沟通的桥梁-协议X档案
·TCP/IP协议简介
·NGN网络协议解析
·HTTP协议基础
·电子商务安全协议
·SSL协议介绍
·SIP、SAP及SDP协议组合应用的研究
·在Windows 2000 Server中配置TCP/IP协议
·Catalyst8500配置实例之HSRP协议培植
·计算机网络体系层次结构的划分
·OSPF计算路由
热点TOP10
·RFC1305 - Network Time Protocol (Version 3) Specification, Implementation
·RFC1015 - Implementation plan for interagency research Internet
·Ad Hoc网络协议栈通用要求研究
·RFC791 - Internet Protocol
·RFC4081 - Security Threats for Next Steps in Signaling (NSIS)
·完全用Linux工作 摈弃Windows
·在Windows 2000 Server中配置TCP/IP协议
·关于Sniffer Pro
·RFC4098 - Terminology for Benchmarking BGP Device Convergence in the Control Plane
·RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1
·第三章 广域网协议配置命令(四)
·RFC3996-Internet Printing Protocol (IPP): The ippget Delivery Method for Event Notifications
·RFC2753 - A Framework for Policy-based Admission Control
·Telnet入侵最完全手册
·ARP(地址解析协议)的高速缓存、分组格式和代理以及arp命令
·RFC2765 - Stateless IP/ICMP Translation Algorithm (SIIT)
·IRIS Traffic Analyzer简易教程
·新的宽带认证方式——IEEE 802.1x协议
·RS-485串行数据通信协议及其应用
·ISIS路由协议

RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1

日期:2007年5月5日 作者: 查看:[大字体 中字体 小字体]



name = definition
The name of a rule is simply the name itself (without any
enclosing "<" and ">") and is separated from its definition by the
equal "=" character. White space is only significant in that
indentation of continuation lines is used to indicate a rule
definition that spans more than one line. Certain basic rules are
in uppercase, such as SP, LWS, HT, CRLF, DIGIT, ALPHA, etc. Angle
brackets are used within definitions whenever their presence will
facilitate discerning the use of rule names.

"literal"
Quotation marks surround literal text. Unless stated otherwise,
the text is case-insensitive.

rule1 rule2
Elements separated by a bar ("") are alternatives, e.g., "yes
no" will accept yes or no.

(rule1 rule2)
Elements enclosed in parentheses are treated as a single element.
Thus, "(elem (foo bar) elem)" allows the token sequences "elem
foo elem" and "elem bar elem".

*rule
The character "*" preceding an element indicates repetition. The
full form is "<n>*<m>element" indicating at least <n> and at most
<m> occurrences of element. Default values are 0 and infinity so
that "*(element)" allows any number, including zero; "1*element"
requires at least one; and "1*2element" allows one or two.

[rule]
Square brackets enclose optional elements; "[foo bar]" is
equivalent to "*1(foo bar)".

N rule
Specific repetition: "<n>(element)" is equivalent to
"<n>*<n>(element)"; that is, exactly <n> occurrences of (element).
Thus 2DIGIT is a 2-digit number, and 3ALPHA is a string of three
alphabetic characters.

#rule
A construct "#" is defined, similar to "*", for defining lists of
elements. The full form is "<n>#<m>element" indicating at least
<n> and at most <m> elements, each separated by one or more commas
(",") and OPTIONAL linear white space (LWS). This makes the usual
form of lists very easy; a rule such as
( *LWS element *( *LWS "," *LWS element ))
can be shown as
1#element
Wherever this construct is used, null elements are allowed, but do
not contribute to the count of elements present. That is,
"(element), , (element) " is permitted, but counts as only two
elements. Therefore, where at least one element is required, at
least one non-null element MUST be present. Default values are 0
and infinity so that "#element" allows any number, including zero;
"1#element" requires at least one; and "1#2element" allows one or
two.

; comment
A semi-colon, set off some distance to the right of rule text,
starts a comment that continues to the end of line. This is a
simple way of including useful notes in parallel with the
specifications.

implied *LWS
The grammar described by this specification is word-based. Except
where noted otherwise, linear white space (LWS) can be included

上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] 下一页 




上一篇:RFC2617 - HTTP Authentication: Basic and Digest Access Authentication

下一篇:RFC2615 - PPP over SONET/SDH

RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1 相关文章:
·解决与HTTP 500 – 内部服务器错误错误信息有关的问题
·Windows Vista Ultimate中文旗舰版下载+简单破解(支持迅雷HTTP & BT)
·RFC1305 - Network Time Protocol (Version 3) Specification, Implementation
·HTTP500内部服务器错误修正办法
·RFC791 - Internet Protocol
·何谓HTTP 500内部服务器错误
·IE7浏览器访问HTTPS网页故障攻略
·apache配置文件httpd.conf
·Apache2的httpd.conf翻译
·RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1
RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1 相关软件:
·圣斗士冥王篇第五话HTTP高速下载
·获取任意网站数据利器GetHttpData v1.0
·CC File Transfer V2.8
·目前最好的电影程序网狐(http://szfox.com)美化版
·HTTP转SOCKS V1.2
·Port80 Software httpZipv3.6
·宽带HTTP代理服务器[AdslHttpProxy] V1.2
·http://www.skycn.com/soft/4436.html
·Cisco Press CCNP BSCI Configuring IS-IS Protocol
·日语惯用语 来源:http://kenka.ty168.net

特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
[打印本页] [关闭窗口] 转载请注明来源:http://www.viphot.com
| 帮助(?) | 版权声明 | 友情连接 | 关于我们 | 信息发布
Copyright 2007 www.viphot.com All Rights Reserved. 鄂ICP备05000083号Powered by:viphot