Skip to content

Commit 8a74800

Browse files
committed
fix typo in HTTP example
1 parent 628ab5c commit 8a74800

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ About This Book
55
:scale: 50%
66
:alt: written by humans not by AI button
77
:target: https://notbyai.fyi
8-
8+
99
.. image:: https://github.com/SystemsApproach/book/actions/workflows/publish-docs.yml/badge.svg
1010
:align: left
1111
:alt: deployment status button

applications/traditional.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ For example, the ``START_LINE``
564564

565565
GET http://www.cs.princeton.edu/index.html HTTP/1.1
566566

567-
says that the client wants the server on host to return the page named
567+
says that the client wants the server on host ``www.cs.princeton.edu`` to return the page named
568568
``index.html``. This particular example uses an absolute URL. It is
569569
also possible to request a path in the ``START_LINE`` and specify the host name
570570
in one of the ``MESSAGE_HEADER`` lines; for example,

0 commit comments

Comments
 (0)