Section 11.1. Introduction
Recipe 11.2. Fetching a URL with the GET Method
Recipe 11.3. Fetching a URL with the POST Method
Recipe 11.4. Fetching a URL with Cookies
Recipe 11.5. Fetching a URL with Headers
Recipe 11.6. Fetching an HTTPS URL
Recipe 11.7. Debugging the Raw HTTP Exchange
Recipe 11.8. Marking Up a Web Page
Recipe 11.9. Extracting Links from an HTML File
Recipe 11.10. Converting ASCII to HTML
Recipe 11.11. Converting HTML to ASCII
Recipe 11.12. Removing HTML and PHP Tags
Recipe 11.13. Using Smarty Templates
Recipe 11.14. Parsing a Web Server Log File
Recipe 11.15. Program: Finding Stale Links
Recipe 11.16. Program: Finding Fresh Links