[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
[0037]
[0038]
[0039]
[0040]
[0041]
[0042]
[0043]
[0044]
[0045]
[0046]
[0047]
[0048]
[0049]
[0050]
[0051]
[0052]
[0053]
[0054]
[0055]
<!DOCTYPE html>
<!--FETCH.C Usage Example
15-APR-1999  MGD  initial
-->
<html>
<head>
<title>FETCH Usage Example</title>
</head>
<body>
<h2><u>FETCH Usage Example</u></h2>

<form method="GET" action="/cgi-bin/fetch_example">
<input type="text" name="url" size="48" value="/wasd_root/home.html">
<br>
HTTP version:
<input type="radio" name="http_version" value="0.9">0.9
<input type="radio" name="http_version" value="1.0" checked>1.0
&nbsp;&nbsp;method:
<input type="radio" name="http_method" value="HEAD">HEAD
<input type="radio" name="http_method" value="GET" checked>GET
<br>
<input type="submit" name="submit" value=" Responding? ">
<input type="submit" name="submit" value=" Header ">
<input type="submit" name="submit" value=" Body ">
<input type="submit" name="submit" value=" Both ">
<input type="submit" name="submit" value=" Response ">
<input type="reset" value=" Reset ">
</form>

<form method="GET" action="/cgi-bin/fetch_example">
<p> It can be used within other scripts to access and include remote resources
into local output.
<br><input type="submit" name="submit" value=" Demonstrate ">
</form>

<p><font size="-1"><i>
<b><u>NOTES</u></b>
<br>This form:&nbsp;
<a href="/wasd_root/src/misc/fetch_example.html?httpd=content?type=text/plain">
WASD_ROOT:[SRC.MISC]FETCH_EXAMPLE.HTML</a> 

<br>The script:&nbsp;
<a href="/wasd_root/src/misc/fetch_example.com">
WASD_ROOT:[SCRIPT]FETCH_EXAMPLE.COM</a>
&nbsp;(processes the request)

<br>The utility:&nbsp;
<a href="/wasd_root/src/misc/fetch.c">
WASD_ROOT:[SRC.MISC]FETCH.C</a>
&nbsp;(contains description and usage information)

</i></font>

</body>
</html>