Web Client Programming with PerlAutomating Tasks on the WebBy Clinton Wong1st Edition March 1997 This book is out of print, but it has been made available online through the O'Reilly Open Books Project. |
Table of Contents
Preface
1. Introduction
Why Write Your Own Clients?
The Web and HTTP
The Programming Interface
A Word of Caution2. Demystifying the Browser
Behind the Scenes of a Simple Document
Retrieving a Document Manually
Behind the Scenes of an HTML Form
Behind the Scenes of Publishing a Document
Structure of HTTP Transactions3. Learning HTTP
Structure of an HTTP Transaction
Client Request Methods
Versions of HTTP
Server Response Codes
HTTP Headers4. The Socket Library
A Typical Conversation over Sockets
Using the Socket Calls
Server Socket Calls
Client Connection Code
Your First Web Client
Parsing a URL
Hypertext UNIX cat
Shell Hypertext cat
Grep out URL References
Client Design Considerations5. The LWP Library
Some Simple Examples
Listing of LWP Modules
Using LWP6. Example LWP Programs
Simple Clients
Periodic Clients
Recursive Clients7. Graphical Examples with Perl/Tk
A Brief Introduction to Tk
A Dictionary Client: xword
Check on Package Delivery: Track
Check if Servers Are up: webpingA. HTTP Headers
General Headers
Client Request Headers
Server Response Headers
Entity Headers
Summary of Support Across HTTP VersionsB. Reference Tables
Media Types
Character Encoding
Languages
Character SetsC. The Robot Exclusion Standard
Index
Back to: Chapter Index
Back to: Web Client Programming with Perl
© 2001, O'Reilly & Associates, Inc.
webmaster@oreilly.com