HTTP Pocket Reference. Hypertext Transfer Protocol - Helion
ISBN: 978-14-493-7960-5
stron: 82, Format: ebook
Data wydania: 2000-06-06
Księgarnia: Helion
Cena książki: 29,67 zł (poprzednio: 34,50 zł)
Oszczędzasz: 14% (-4,83 zł)
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 to work effectively.The HTTP Pocket Reference not only provides a solid conceptual foundation of HTTP, it also serves as a quick reference to each of the headers and status codes that comprise an HTTP transaction. The book starts with a tutorial of HTTP, but then explains the client request and server responses in more detail, and gives a thorough technical explanation of more advanced features of HTTP (such as persistent connections and caching).Most people use the Web every day without knowing anything about HTTP, but for those who need to get "beyond the browser," this book is the place to start.
Osoby które kupowały "HTTP Pocket Reference. Hypertext Transfer Protocol", wybierały także:
- Rozwiązania zadań z sieci komputerowych 43,66 zł, (17,90 zł -59%)
- Książka Packet Tracer 6 dla kursów CISCO Tom 2 - Podstawy konfiguracji IOS 38,78 zł, (15,90 zł -59%)
- Książka Packet Tracer 6 dla kursów CISCO Tom 5 - ACL, routing statyczny oraz zaawansowane technologie sieciowe 42,62 zł, (17,90 zł -58%)
- Zbiór zadań z sieci komputerowych 62,56 zł, (26,90 zł -57%)
- Atak na sieć okiem hakera. Wykrywanie i eksploatacja luk w zabezpieczeniach sieci 87,41 zł, (48,95 zł -44%)
Spis treści
HTTP Pocket Reference. Hypertext Transfer Protocol eBook -- spis treści
- HTTP Pocket Reference
- SPECIAL OFFER: Upgrade this ebook with OReilly
- 1. HTTP Pocket Reference
- 1.1. What Is HTTP?
- 1.2. HTTP Transactions
- 1.2.1. Requests
- 1.2.2. Responses
- 1.2.2.1. Parsing the HTML
- 1.2.3. Structure of HTTP Transactions
- 1.3. Client Methods
- 1.3.1. GET: Retrieve a Document
- 1.3.2. HEAD: Retrieve Header Information
- 1.3.3. POST: Send Data to the Server
- 1.3.3.1. URL-encoded format
- 1.3.3.2. File uploads with POST
- 1.3.4. PUT: Store the Entity-Body at the URL
- 1.3.5. DELETE: Remove URL
- 1.3.6. TRACE: View the Clients Message Through the Request Chain
- 1.3.7. OPTIONS: Request Other Options Available for the URL
- 1.3.8. CONNECT: Proxy Access to Secure Web Servers
- 1.4. Server Response Codes
- 1.4.1. Informational (100 Range)
- 1.4.2. Client Request Successful (200 Range)
- 1.4.3. Redirection (300 Range)
- 1.4.4. Client Request Incomplete (400 Range)
- 1.4.5. Server Error (500 Range)
- 1.5. Headers
- 1.5.1. 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
- 1.5.2. 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: expectation
- From: 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
- 1.5.3. 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
- 1.5.4. Entity Headers
- Allow: methods
- Content-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
- 1.5.5. Summary of Support Across HTTP Versions
- 1.5.5.1. HTTP 0.9
- 1.5.5.2. HTTP 1.0
- 1.5.5.3. HTTP 1.1
- 1.5.1. General Headers
- 1.6. URL Encoding
- 1.7. Client and Server Identification
- 1.8. Referring Documents
- 1.9. Retrieving Content
- 1.9.1. Byte Ranges
- 1.10. Media Types
- 1.11. Cookies
- 1.12. Authorization
- 1.13. Persistent Connections
- 1.14. Client Caching
- 1.14.1. If-Modified-Since
- 1.14.2. Entity Tags
- About the Author
- SPECIAL OFFER: Upgrade this ebook with OReilly