Skip to content

Commit

Permalink
[book] Moving images into a central directory
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Apr 4, 2011
1 parent 88cb007 commit 418ba81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/http_fundamentals.rst
Expand Up @@ -27,7 +27,7 @@ two machines to communicate with each other. That's it! For example, when
checking for the latest `xkcd`_ comic, the following (approximate) conversation
takes place:

.. image:: /book/images/http-xkcd.png
.. image:: /images/http-xkcd.png
:align: center

And while the actual language used is a bit more formal, it's still dead-simple.
Expand All @@ -53,7 +53,7 @@ and then waits for the response.
Take a look at the first part of the interaction (the request) between a
browser and the xkcd web server:

.. image:: /book/images/http-xkcd-request.png
.. image:: /images/http-xkcd-request.png
:align: center

In HTTP-speak, this HTTP request would actually look something like this:
Expand Down Expand Up @@ -111,7 +111,7 @@ client needs (via the URI) and what the client wants to do with that resource
prepares the resource and returns it in an HTTP response. Consider the response
from the xkcd web server:

.. image:: /book/images/http-xkcd.png
.. image:: /images/http-xkcd.png
:align: center

Translated into HTTP, the response sent back to the browser will look something
Expand Down Expand Up @@ -352,7 +352,7 @@ the same simple pattern for every request:

.. _request-flow-figure:

.. figure:: /book/images/request-flow.png
.. figure:: /images/request-flow.png
:align: center
:alt: Symfony2 request flow

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 418ba81

Please sign in to comment.