Re: Final request status

> Yes, sort of. You can log it to file using the log filter

I forgot to mention that libwww stores all status codes in the "error
stack":

	http://www.w3.org/Library/User/Using/Error.html
and 
	http://www.w3.org/Library/src/HTError.html

There is an error stack associated with each request object. Error
stacks can be nested so that errors/status code can look like:

	this problem occurred because
	    this problem and
	        ...

Henrik

Received on Thursday, 17 December 1998 15:34:58 UTC