File tree Expand file tree Collapse file tree 2 files changed +694
-432
lines changed Expand file tree Collapse file tree 2 files changed +694
-432
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments