¿fragen?

This commit is contained in:
Astro 2010-11-25 17:38:48 +00:00
parent 4494bcc6b2
commit 9c564ccb4e

View File

@ -1,8 +1,20 @@
* HTTP/1.1 vs /1.0 * Wie funktioniert HTTP eigentlich?
* Vhosts ** TCP
* Keep-Alive: wofür? ** Verbs + Paths as Identifiers = REST
* Pipelining: wofür? * Was gibt es da für Versionen? Wie ist die Abwärtskompatibilität?
* Content-Encoding ** HTTP/1.1 vs /1.0 vs /0.9
* Transfer-Encoding: chunked w/o Content-Length ** Vhosts
* Wie wurde HTTP schneller gemacht?
* Redirects: Schleifen, und unendliche ** Keep-Alive: wofür?
** Pipelining: wofür?
** SPDY (kennt [[Benutzer:Astro|Astro]] aber gar nicht)
* Wie werden Daten übertragen?
** Content-Encoding
** Transfer-Encoding: chunked w/o Content-Length
* Wie spielt das mit dem Browser zusammen?
** Caching
** Cookies
** Security
* Auf was muss man denn aufpassen?
** Redirects: Schleifen, und unendliche
** Slowness attacks