HTTP pocket reference /
The HyperText Transfer Protocol, or HTTP, is the backbone of the World Wide Web. HTTP is the language that each web browser (or other web client) uses to communicate with servers around the world. All web programmers, administrators, and application developers need to be familiar with HTTP in order...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly,
©2000.
|
Edición: | 1st ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Table of Contents; HTTP Pocket Reference; What Is HTTP?; HTTP Transactions; Requests; Responses; Parsing the HTML; Structure of HTTP Transactions; Client Methods; GET: Retrieve a Document; HEAD: Retrieve Header Information; POST: Send Data to the Server; URL-encoded format; File uploads with POST; PUT: Store the Entity-Body at the URL; DELETE: Remove URL; TRACE: View the Client's Message Through the Request Chain; OPTIONS: Request Other Options Available for the URL; CONNECT: Proxy Access to Secure Web Servers; Server Response Codes; Informational (100 Range)
- Client Request Successful (200 Range)Redirection (300 Range); Client Request Incomplete (400 Range); Server Error (500 Range); Headers; General Headers; Cache-Control: directives; Connection: options; Date: dateformat; Pragma: no-cache; Trailer: trailer_headers; Transfer-Encoding: encoding_type; Upgrade: protocol/version; Via: protocol host; Warning: code host string; Client Request Headers; Accept: type/subtype [q=qvalue]; Accept-Charset: character_set [q=qvalue]; Accept-Encoding: encoding_types; Accept-Language: language [q=qvalue]; Authorization: scheme credentials; Cookie: name=value
- Allow: methodsContent-Encoding: encoding_schemes; Content-Language: languages; Content-Length: n; Content-Location: url; Content-MD5: digest; Content-Range: bytes n-n/m; Content-Type: type/subtype; Expires: date; Last-Modified: date; Summary of Support Across HTTP Versions; HTTP 0.9; HTTP 1.0; HTTP 1.1; URL Encoding; Client and Server Identification; Referring Documents; Retrieving Content; Byte Ranges; Media Types; Cookies; Authorization; Persistent Connections; Client Caching; If-Modified-Since; Entity Tags