diff options
Diffstat (limited to 'src/http.lisp')
| -rw-r--r-- | src/http.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http.lisp b/src/http.lisp index 5271030..ae33f4a 100644 --- a/src/http.lisp +++ b/src/http.lisp @@ -12,6 +12,7 @@ &key (method :get) (content-type "application/x-www-form-urlencoded") + (parameters nil) (content nil) (user-agent :firefox) (redirect t) @@ -25,6 +26,7 @@ :cookie-jar cookie-jar :method method :content-type content-type + :parameters parameters :content content :user-agent user-agent :redirect redirect |
