Skip to content

Commit 99314f0

Browse files
committed
Reworded the introduction paragraph
The old one is way to long and didn't contain a single sentence that's important.
1 parent ea24767 commit 99314f0

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

http_fundamentals.rst

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,11 @@
66
Symfony and HTTP Fundamentals
77
=============================
88

9-
Congratulations! By learning about Symfony, you're well on your way towards
10-
being a more *productive*, *well-rounded* and *popular* web developer (actually,
11-
you're on your own for the last part). Symfony is built to get back to
12-
basics: to develop tools that let you develop faster and build more robust
13-
applications, while staying out of your way. Symfony is built on the best
14-
ideas from many technologies: the tools and concepts you're about to learn
15-
represent the efforts of thousands of people, over many years. In other words,
16-
you're not just learning "Symfony", you're learning the fundamentals of the
17-
web, development best practices and how to use many amazing new PHP libraries,
18-
inside or independently of Symfony. So, get ready.
19-
20-
True to the Symfony philosophy, this chapter begins by explaining the fundamental
21-
concept common to web development: HTTP. Regardless of your background or
22-
preferred programming language, this chapter is a **must-read** for everyone.
9+
Symfony is built using the HTTP Response-Request flow. This means that knowing
10+
HTTP fundamentals is an important part of understanding Symfony. Fortunately,
11+
understanding a basic Request-Response flow in HTTP is not difficult. This
12+
chapter will walk you through the HTTP fundamental basics and what this means
13+
for Symfony.
2314

2415
HTTP is Simple
2516
--------------

0 commit comments

Comments
 (0)