Đang chuẩn bị liên kết để tải về tài liệu:
HTTP The Definitive Guide
Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
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 | Understanding Web Internals O REILLY David Gourley Brian Totty with Marjorie Sayer Sailu Reddy Anshu Aggarwal www.it-ebooks.info Web Programming O REILLY8 HTTP The Definitive Guide Behind every successful web transaction lurks the Hypertext Transfer Protocol HTTP the language by which web clients and servers exchange documents and information. HTTP is commonly known as the workhorse behind the browsers we use every day to access our company intranets locate out-of-print books or research census information. But HTTP is used for far more than browsing the Web the simplicity and ubiquity of HTTP also have made it the choice protocol for many other networked applications most notably through web services such as SOAP and XML-RPC. As the title suggests HTTP The Definitive Guide explains the IT1TP protocol how it works and how to use it to develop web-based applications. However this book is not just about HTTP it s also about all the other core Internet technologies that HTTP depends on to work effectively. Although HTTP is at the center of the book the essence of HTTP The Definitive Guide is in understanding how the Web works and how to apply that knowledge to web programming and administration. The book explains the teclinical workings motivations performance considerations and objectives of HTTP and the technologies around which it revolves. HTIP The Definitive Guide is the bible for the HTTP protocol and related web technologies. Topics covered include HTTP methods headers and status codes Optimizing proxies and caches Strategies for designing web robots and crawlers Cookies authentication and Secure HTTP Internationalization and content negotiation Redirection and load-balancing strategies Written by experts with years of practical experience this book uses clear concise language and a plethora of detailed illustrations to help readers visualize what goes on behind the scenes providing a complete understanding of the story behind each query on the Web. All web .