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 o...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly
2000.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627219206719 |
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
- Expect: expectationFrom: email_address; Host: hostname:port; If-Modified-Since: date; If-Match: entity_tag; If-None-Match: entity_tag; If-Range: (entity_tag|date; If-Unmodified-Since: date; Max-Forwards: n; Proxy-Authorization: credentials; Range: bytes=n-m; Referer: url; TE: transfer-codings; User-Agent: string; Server Response Headers; Accept-Ranges: bytes|none; Age: seconds; ETag: entity_tag; Location: url; Proxy-Authenticate: scheme realm; Retry-After: date|seconds; Server: string; Set-Cookie: name=value options; Vary: headers; WWW-Authenticate: scheme realm; Entity Headers
- 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