|
6 | 6 | Symfony and HTTP Fundamentals
|
7 | 7 | =============================
|
8 | 8 |
|
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. |
23 | 14 |
|
24 | 15 | HTTP is Simple
|
25 | 16 | --------------
|
|
0 commit comments