X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=classes.lisp;fp=classes.lisp;h=4918be1fadadc12aaa830f2177f138fe3e853877;hb=ad10f85ccddf4cdc4fdabe5bc28622975338d552;hp=17f12eb267e46ef9ee9ba652276cbf13bd0ace02;hpb=3bffe3c738cf4026f76cd7428c378442e0e4bb2a;p=wol.git diff --git a/classes.lisp b/classes.lisp index 17f12eb..4918be1 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: classes.lisp,v 1.3 2003/07/18 21:34:18 kevin Exp $ +;;;; $Id: classes.lisp,v 1.4 2003/08/05 23:00:28 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -63,6 +63,8 @@ (aserve-server :initarg :aserve-server :reader request-aserve-server) (host :initarg :host :accessor request-host) (vhost :initarg :vhost :accessor request-vhost) + (desired-query :initform nil :accessor request-desired-query + :documentation "type of query alist requested") (posted-content :initarg :posted-content :accessor request-posted-content) (headers :initarg :headers :accessor request-headers) (page :initarg :page :initform nil :accessor request-page)