[ee122] HTTP Request Terminators

vern at cs.berkeley.edu vern at cs.berkeley.edu
Sat Oct 27 13:32:28 PDT 2007


> I am wondering if we have to deal with client requests that have
> a body or not.

You do not need to worry about the client request including a body, since
that's not legal for a GET method, which is the only one that the project
requires you to support.

		Vern


More information about the ee122 mailing list