home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / webster / !Webster / Docs / http < prev    next >
Text File  |  1995-06-25  |  2KB  |  28 lines

  1. <HTML><HEAD><title>The HTTP Fetcher</title>
  2. </HEAD><BODY>
  3. <center>
  4. <A HREF="fetchers.html#proxies"><IMG WIDTH=67 HEIGHT=39 ALT="Prev" SRC="ToPrev"></A> <a HREF="../!Help.html#index"><IMG WIDTH=67 HEIGHT=39 ALT="Index" SRC="ToIndex"></a> <a HREF="NBMail.html"><IMG WIDTH=67 HEIGHT=39 ALT="Next" SRC="ToNext"></a><BR>
  5. <h1><a NAME="usage">The HTTP Fetcher</a></h1>
  6. </center>
  7.  
  8. This is a small application, this allows it to have it's own <a HREF="../fetchers/!HTML/Messages">Messages</a> file. No !Sprite file is supplied.
  9.  
  10. <P>
  11. This fetcher has gone through a minor rewrite since <a href="versions/009.html">0.09</a>. It has been tested using a dummy KA9Q application that responds to the normal Wimp messages and returns the appropriate file, with a random name, from a fixed location. This has also enabled me to test the Caching.
  12.  
  13. <H2>The Messages file</h2>
  14. The Messages file contains a simple extension to RISC OS file type translation table. Each file extension has a line on which the extension (in Capitals) is followed by a colon and the RISC OS filetype. At the moment there is no way to edit it except using !Edit (or Some similar text editor).
  15.  
  16. <h2>The ScanType file</h2>
  17. If there is no extension a guess based on the first 255 (or less) characters of the file is made. This is partially builtin, where it only copes with GIF, HTML, XBM and Sprite files. If this built in scan fails to find a reasonable filetype, then the the file is temporarily typed as &FFD (Data) and Webster will scan the file with the aid of the <a href="scantype.html">ScanType file</a>.
  18.  
  19. <h2>Proxies</h2>
  20. It should support proxy servers. See <a HREF="fetchers.html#proxies">Proxies</a> for details.
  21.  
  22. <h2>URL Redirection</h2>
  23. URL Redirection can now be done automatically, assuming that the Redirection is done using the MIME header <quote>URI</quote>, rather than by you having to follow another link.
  24. <P>By default Automatic Redirection is turned <em>off</em>, this is because I have not been able to test this facility with any real servers. To turn this facility on change the Second line of the fetchers <a HREF="../fetchers/!HTML/Messages">Messages</a> file to say <quote>REDIRECT:1</quote>.
  25. <hr>
  26. <address><a HREF="author.html">Andrew Pullan</A>,  8th June 1995</address>
  27. </BODY></HTML>
  28.