HTTP (häftad)
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
658
Utgivningsdatum
2002-11-01
Upplaga
1
Förlag
O'Reilly Media
Medarbetare
Totty, Brian (contributions)/Sayer, Marjorie (contributions)/Totty, Brian (contributions)/Sayer, Marjorie (contributions)
Illustratör/Fotograf
Mit Abb
Illustrationer
1, black & white illustrations
Dimensioner
250 x 180 x 45 mm
Vikt
1100 g
Antal komponenter
1
ISBN
9781565925090

HTTP

The Definitive Guide

Häftad,  Engelska, 2002-11-01
571
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Behind every web transaction lies the Hypertext Transfer Protocol (HTTP) --- the language of web browsers and servers, of portals and search engines, of e-commerce and web services. Understanding HTTP is essential for practically all web-based programming, design, analysis, and administration. While the basics of HTTP are elegantly simple, the protocol's advanced features are notoriously confusing, because they knit together complex technologies and terminology from many disciplines. This book clearly explains HTTP and these interrelated core technologies, in twenty-one logically organized chapters, backed up by hundreds of detailed illustrations and examples, and convenient reference appendices. HTTP: The Definitive Guide explains everything people need to use HTTP efficiently -- including the "black arts" and "tricks of the trade" -- in a concise and readable manner. In addition to explaining the basic HTTP features, syntax and guidelines, this book clarifies related, but often misunderstood topics, such as: TCP connection management, web proxy and cache architectures, web robots and robots.txt files, Basic and Digest authentication, secure HTTP transactions, entity body processing, internationalized content, and traffic redirection. Many technical professionals will benefit from this book. Internet architects and developers who need to design and develop software, IT professionals who need to understand Internet architectural components and interactions, multimedia designers who need to publish and host multimedia, performance engineers who need to optimize web performance, technical marketing professionals who need a clear picture of core web architectures and protocols, as well as untold numbers of students and hobbyists will all benefit from the knowledge packed in this volume. There are many books that explain how to use the Web, but this is the one that explains how the Web works. Written by experts with years of design and implementation experience, this book is the definitive technical bible that describes the "why" and the "how" of HTTP and web core technologies. HTTP: The Definitive Guide is an essential reference that no technically-inclined member of the Internet community should be without.
Visa hela texten

Passar bra ihop

  1. HTTP
  2. +
  3. Python Crash Course, 3rd Edition

De som köpt den här boken har ofta också köpt Python Crash Course, 3rd Edition av Eric Matthes (häftad).

Köp båda 2 för 1168 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Recensioner i media

"I think this book is an extremely useful, very comprehensive and clearly-written reference to all aspects of the internals of the Web going well beyond just the bare mechanics of HTTP. Even where its huge detail does stop on a topic, there are extensive and useful references for further reading on each topic covered given at the end of nearly every chapter." - John Collins, News@UK, March 2003

Övrig information

Brian Totty is the Vice President of R&D at Inktomi Corporation. He has led the technical design and development of web caching, streaming media, and Internet search technologies since he helped found Inktomi in 1996. David Gourley is the Chief Technology Officer of Endeca, where he leads the research and development of Endeca's products. David was a member of the founding engineering team at Inktomi, where he helped develop Inktomi's Internetsearch database, and was a key developer of Inktomi's web caching products. Marjorie Sayer writes about network caching software at Inktomi Corporation. Sailu Reddy writes about network caching software at Inktomi Corporation. Anshu Aggarwal is a Director of Engineering at Inktomi.

Innehållsförteckning

Preface Part I. HTTP: The Web's Foundation 1. Overview of HTTP HTTP: The Internet's Multimedia Courier Web Clients and Servers Resources Transactions Messages Connections Protocol Versions Architectural Components of the Web The End of the Beginning For More Information 2. URLs and Resources Navigating the Internet's Resources URL Syntax URL Shortcuts Shady Characters A Sea of Schemes The Future For More Information 3. HTTP Messages The Flow of Messages The Parts of a Message Methods Status Codes Headers For More Information 4. Connection Management TCP Connections TCP Performance Considerations HTTP Connection Handling Parallel Connections Persistent Connections Pipelined Connections The Mysteries of Connection Close For More Information Part II. HTTP Architecture 5. Web Servers Web Servers Come in All Shapes and Sizes A Minimal Perl Web Server What Real Web Servers Do Step 1: Accepting Client Connections Step 2: Receiving Request Messages Step 3: Processing Requests Step 4: Mapping and Accessing Resources Step 5: Building Responses Step 6: Sending Responses Step 7: Logging For More Information 6. Proxies Web Intermediaries Why Use Proxies? Where Do Proxies Go? Client Proxy Settings Tricky Things About Proxy Requests Tracing Messages Proxy Authentication Proxy Interoperation For More Information 7. Caching Redundant Data Transfers Bandwidth Bottlenecks Flash Crowds Distance Delays Hits and Misses Cache Topologies Cache Processing Steps Keeping Copies Fresh Controlling Cachability Setting Cache Controls Detailed Algorithms Caches and Advertising For More Information 8. Integration Points: Gateways, Tunnels, and Relays Gateways Protocol Gateways Resource Gateways Application Interfaces and Web Services Tunnels Relays For More Information 9. Web Robots Crawlers and Crawling Robotic HTTP Misbehaving Robots Excluding Robots Robot Etiquette Search Engines For More Information 10. HTTP-NG HTTP's Growing Pains HTTP-NG Activity Modularize and Enhance Distributed Objects Layer 1: Messaging Layer 2: Remote Invocation Layer 3: Web Application WebMUX Binary Wire Protocol Current Status For More Information Part III. Identification, Authorization, and Security 11. Client Identification and Cookies The Personal Touch HTTP Headers Client IP Address User Login Fat URLs Cookies For More Information 12. Basic Authentication Authentication Basic Authentication The Security Flaws of Basic Authentication For More Information 13. Digest Authentication The Improvements of Digest Authentication Digest Calculations Quality of Protection Enhancements Practical Considerations Security Considerations For More Information 14. Secure HTTP Making HTTP Safe Digital Cryptography Symmetric-Key Cryptography Public-Key Cryptography Digital Signatures Digital Certificates HTTPS: The Details A Real HTTPS Client Tunneling Secure Traffic Through Proxies For More Information Part IV. Entities, Encodings, and Internationalization 15. Entities and Encodings Messages Are Crates, Entities Are Cargo Content-Length: The Entity's Size Entity Digests Media Type and Charset Content Encoding Transfer Encoding and Chunked Encoding Time-Varying Instances Validators and Freshness Range Requests Delta Encoding For More Information 16. Internationalization HTTP Support for International Content Character Sets and HTTP ultilingual Character Encoding Primer Langaue Tags and HTTP Internationalized URIs Other Considerations For More Information 17. Content Negotiation and Transcoding Content-Negotiation Techniques Client-Driven Negotiation Server-Driven Negotiation Transparent Negotiation Transcoding Next Steps For More Information Part V. Content Publishing and Distribution 18. Web Hosting Hosting Services Virtual Hosting Making Web Sites Reliable Making Web Sites Fast For More Information 19. Publishing System