Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python Web Development (Some Basic Concepts (Trivial (br is inline…
Python Web Development
Some Basic Concepts
Trivial
br is inline actually
the default port is 80
'#' never got sent to server
Span are inline, as opposed to div
Http
Http Request
Request line
Method Path Version : Get foo/p1 Http/1.1
Header
Host: www.example.com -
You need to do this as a server might host multiple domains
User-agent: Chrome xxx
Http Response
Status Line
Version StatusCode ReasonPhrase : Http/1.1 200 OK
Header
Date
Server: Apache/2.2.3
Content-Type: text/html
Content-Length: 1593