diff options
| -rw-r--r-- | intarweb.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/intarweb.scm b/intarweb.scm index 3df4690..013fafa 100644 --- a/intarweb.scm +++ b/intarweb.scm @@ -1,7 +1,7 @@  ;;;  ;;; Intarweb is an improved HTTP library for Chicken  ;;; -;; Copyright (c) 2008-2018, Peter Bex +;; Copyright (c) 2008-2021, Peter Bex  ;; All rights reserved.  ;;  ;; Redistribution and use in source and binary forms, with or without @@ -76,7 +76,7 @@     parse-params parse-value+params unparse-params     multiple single make-key/value-subparser -   rfc1123-string->time rfc850-string->time asctime-string->time +   rfc1123-time->string rfc1123-string->time rfc850-string->time asctime-string->time     http-date-string->time     rfc1123-subparser rfc850-subparser  asctime-subparser http-date-subparser     product-subparser quality-subparser unknown-header-parser  | 
