ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CodeClass/assignment_7
(Generate patch)

Comparing:
CodeClass/assignment_6 (file contents), Revision 918 by douglas, 2007-05-14T16:09:39-07:00 vs.
CodeClass/assignment_7 (file contents), Revision 920 by douglas, 2007-05-21T16:02:21-07:00

# Line 4 | Line 4 | Douglas Thrift
4  
5   $Id$
6  
7 < Assignment 6:
8 <    Odd Even or Even Odd or Something
9 <        Odd Even or Even Odd
10 <            Do the thing Jay said
11 <        Or Something
12 <            Work on the project that you came up with in class
13 <            Check in your progress every day (Subversion is your friend)
14 <            Check in early
15 <            Check in often
16 <            Surprise me!
17 <            Do it!
7 > Assignment 7:
8 >    HTTP Client
9 >        Write a simple HTTP 1.1 client program thingy
10 >        It should comply with the spec (you can find it on your own)
11 >        It should at least support the HEAD and GET methods
12 >        It should take command line arguments including a URL and other
13 >            options
14 >        It should provide usage information when it is given invalid options,
15 >            a help option, or no arguments
16 >        It must work on at least FreeBSD and Linux
17 >        It must not use any HTTP or URL library thingy, unless you wrote it
18 >        Other options should include what to do with a downloaded file (e.g.
19 >            display it on standard out or put it in a file), whether to
20 >            display info from the headers, and anything else you think of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines