/[suikacvs]/test/sw/ids/0/187.txt
Suika

Contents of /test/sw/ids/0/187.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Nov 14 05:05:06 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
converted from SuikaWiki3 <http://suika.fam.cx/gate/cvs/suikawiki/wikidata/page/5246432031393435.txt>

1 wakaba 1.1 #?SuikaWiki/0.9
2     [1]
3     = 1. Introduction .............................................. 4
4     == 1.1 Purpose .............................................. 4
5     == 1.2 Terminology .......................................... 4
6     --- 和訳 (部分) : [CODE(WikiPage)[[[接続]]]], [CODE(WikiPage)[[[メッセージ]]]], [CODE(WikiPage)[[[要求]]]], [CODE(WikiPage)[[[応答]]]], [CODE(WikiPage)[[[資源]]]], [CODE(WikiPage)[[[実体]]]], [CODE(WikiPage)[[[クライアント]]]], [CODE(WikiPage)[[[利用者エージェント]]]], [CODE(WikiPage)[[[サーバー]]]], [CODE(WikiPage)[[[起源サーバー]]]],[CODE(WikiPage)[[[串]]]], [CODE(WikiPage)[[[関門]]]], [CODE(WikiPage)[[[トンネル]]]], [CODE(WikiPage)[[[キャッシュ]]]]
7     == 1.3 Overall Operation .................................... 6
8     == 1.4 HTTP and MIME ........................................ 8
9     --- 参考 : [CODE(WikiPage)[[[実体//HTTP実体とMIME実体]]]]
10     = 2. Notational Conventions and Generic Grammar ................ 8
11     == 2.1 Augmented BNF ........................................ 8
12     --- 参考 : [CODE(WikiPage)[[[HTTPのABNF]]]]
13     == 2.2 Basic Rules .......................................... 10
14     --- 和訳 : [CODE(WikiPage)[[[HTTP//メッセージ]]]]
15     --- 参考 : [CODE(WikiPage)[[[token]]]], [CODE(WikiPage)[[[tspecials]]]], [CODE(WikiPage)[[[quoted-string]]]], [CODE(WikiPage)[[[comment]]]], [CODE(WikiPage)[[[ctext]]]]
16     = 3. Protocol Parameters ....................................... 12
17     == 3.1 HTTP Version ......................................... 12 [CODE(WikiPage)[[[HTTP-Version]]]]
18     == 3.2 Uniform Resource Identifiers ......................... 14 [CODE(WikiPage)[[[HTTP//URI]]]]
19     === 3.2.1 General Syntax ................................ 14
20     === 3.2.2 http URL ...................................... 15
21     == 3.3 Date/Time Formats .................................... 15
22     --- 和訳 : [CODE(WikiPage)[[[HTTPの日付形式]]]]
23     == 3.4 Character Sets ....................................... 17 [CODE(WikiPage)[[[charset//HTTP]]]]
24     == 3.5 Content Codings ...................................... 18 [CODE(WikiPage)[[[内容符号化]]]]
25     == 3.6 Media Types .......................................... 19 [CODE(WikiPage)[[[媒体型]]]]
26     === 3.6.1 Canonicalization and Text Defaults ............ 19 [CODE(WikiPage)[[[text/*//正規化]]]]
27     === 3.6.2 Multipart Types ............................... 20 [CODE(WikiPage)[[[multipart/*//HTTP]]]]
28     == 3.7 Product Tokens ....................................... 20
29     = 4. HTTP Message .............................................. 21
30     == 4.1 Message Types ........................................ 21
31     == 4.2 Message Headers ...................................... 22
32     == 4.3 General Header Fields ................................ 23
33     = 5. Request ................................................... 23
34     == 5.1 Request-Line ......................................... 23
35     === 5.1.1 Method ........................................ 24
36     === 5.1.2 Request-URI ................................... 24
37     == 5.2 Request Header Fields ................................ 25
38     = 6. Response .................................................. 25
39     == 6.1 Status-Line .......................................... 26
40     === 6.1.1 Status Code and Reason Phrase ................. 26
41     == 6.2 Response Header Fields ............................... 28
42     = 7. Entity .................................................... 28
43     == 7.1 Entity Header Fields ................................. 29
44     == 7.2 Entity Body .......................................... 29
45     === 7.2.1 Type .......................................... 29
46     === 7.2.2 Length ........................................ 30
47     = 8. Method Definitions ........................................ 30
48     == 8.1 GET .................................................. 31
49     == 8.2 HEAD ................................................. 31
50     == 8.3 POST ................................................. 31
51     = 9. Status Code Definitions ................................... 32
52     == 9.1 Informational 1xx .................................... 32
53     ---[CODE(WikiPage)[[[1xx]]]]
54     == 9.2 Successful 2xx ....................................... 32
55     ---[CODE(WikiPage)[[[200]]]], [CODE(WikiPage)[[[201]]]], [CODE(WikiPage)[[[202]]]], [CODE(WikiPage)[[[204]]]]
56     == 9.3 Redirection 3xx ...................................... 34
57     --- [CODE(WikiPage)[[[3xx]]]], [CODE(WikiPage)[[[300]]]], [CODE(WikiPage)[[[301]]]], [CODE(WikiPage)[[[302]]]]
58     == 9.4 Client Error 4xx ..................................... 35
59     ---[CODE(WikiPage)[[[4xx]]]], [CODE(WikiPage)[[[400]]]], [CODE(WikiPage)[[[401]]]], [CODE(WikiPage)[[[403]]]], [CODE(WikiPage)[[[404]]]]
60     == 9.5 Server Error 5xx ..................................... 37
61     ---[CODE(WikiPage)[[[5xx]]]], [CODE(WikiPage)[[[500]]]], [CODE(WikiPage)[[[501]]]], [CODE(WikiPage)[[[502]]]], [CODE(WikiPage)[[[503]]]]
62     = 10. Header Field Definitions .................................. 37
63     == 10.1 [[Allow]] ............................................... 38
64     == 10.2 [[Authorization]] ....................................... 38
65     == 10.3 [[Content-Encoding]] .................................... 39
66     == 10.4 [[Content-Length]] ...................................... 39
67     == 10.5 Content-Type ........................................ 40
68     ---[CODE(WikiPage)[[[Content-Type//仕様書から]]]]
69     == 10.6 [[Date]] ................................................ 40
70     == 10.7 [[Expires]] ............................................. 41
71     == 10.8 [[From]] ................................................ 42
72     == 10.9 [[If-Modified-Since]] ................................... 42
73     == 10.10 Last-Modified ....................................... 43
74     == 10.11 Location ............................................ 44
75     == 10.12 Pragma .............................................. 44
76     == 10.13 Referer ............................................. 44
77     == 10.14 Server .............................................. 45
78     == 10.15 User-Agent .......................................... 46
79     == 10.16 WWW-Authenticate .................................... 46
80     = 11. Access Authentication ..................................... 47
81     == 11.1 Basic Authentication Scheme ......................... 48
82     = 12. Security Considerations ................................... 49
83     == 12.1 Authentication of Clients ........................... 49
84     == 12.2 Safe Methods ........................................ 49
85     == 12.3 Abuse of Server Log Information ..................... 50
86     == 12.4 Transfer of Sensitive Information ................... 50
87     == 12.5 Attacks Based On File and Path Names ................ 51
88     = 13. Acknowledgments ........................................... 51
89     = 14. References ................................................ 52
90     = 15. Authors' Addresses ........................................ 54
91     = Appendix A. Internet Media Type message/http ................ 55
92     = Appendix B. Tolerant Applications ........................... 55
93     = Appendix C. Relationship to MIME ............................ 56
94     == C.1 Conversion to Canonical Form ......................... 56
95     == C.2 Conversion of Date Formats ........................... 57
96     == C.3 Introduction of Content-Encoding ..................... 57
97     == C.4 No Content-Transfer-Encoding ......................... 57
98     == C.5 HTTP Header Fields in Multipart Body-Parts ........... 57
99     = Appendix D. Additional Features ............................. 57
100     == D.1 Additional Request Methods ........................... 58
101     === D.1.1 PUT ........................................... 58
102     === D.1.2 DELETE ........................................ 58
103     === D.1.3 LINK .......................................... 58
104     === D.1.4 UNLINK ........................................ 58
105     == D.2 Additional Header Field Definitions .................. 58
106     === D.2.1 [[Accept]] ........................................ 58
107     === D.2.2 [[Accept-Charset]] ................................ 59
108     === D.2.3 [[Accept-Encoding]] ............................... 59
109     === D.2.4 [[Accept-Language]] ............................... 59
110     === D.2.5 [[Content-Language]] .............................. 59
111     === D.2.6 [[Link]] .......................................... 59
112     === D.2.7 MIME-Version .................................. 59
113     === D.2.8 Retry-After ................................... 60
114     === D.2.9 Title ......................................... 60
115     === D.2.10 URI ........................................... 60
116     ----[CODE(WikiPage)[[[URI:]]]]
117    
118    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24