diff options
-rw-r--r-- | granolin.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/granolin.lisp b/granolin.lisp index 2b1fd16..2ce6e60 100644 --- a/granolin.lisp +++ b/granolin.lisp @@ -56,6 +56,7 @@ :documentation "Used on sync requests as the value of the SINCE parameter") (ssl :reader ssl + :initarg :ssl :initform T :documentation "Set to nil to use http protocol.")) (:documentation "An instance of CLIENT holds the necessary state for |