Skip to content

Commit d95db52

Browse files
committed
[cache] Initial import of the cache guide re-worked.
1 parent f1107a4 commit d95db52

File tree

2 files changed

+694
-432
lines changed

2 files changed

+694
-432
lines changed

glossary.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,14 @@ Glossary
4242
the services. The service container takes care of lazily instantiating
4343
and injecting dependent services.
4444

45+
HTTP Specification
46+
The *Http Specification* is a document that describes the Hypertext
47+
Transfor Protocol - a set of rules laying out the classic client-server
48+
request-response communication. The specification defines the format
49+
used for a request and response as well as the possible HTTP headers
50+
that each may have. For more information, read the `Http Wikipedia`_
51+
article or the `HTTP 1.1 RFC`_.
52+
4553
.. _`service-oriented architecture`: http://wikipedia.org/wiki/Service-oriented_architecture
54+
.. _`HTTP Wikipedia`: http://www.w3.org/Protocols/rfc2616/rfc2616.html
55+
.. _`HTTP 1.1 RFC`: http://www.w3.org/Protocols/rfc2616/rfc2616.html

0 commit comments

Comments
 (0)