Rename HTTPD-ERROR -> HTTPD-ERRORS.
This commit is contained in:
parent
1ac2cc0819
commit
c58f265b5b
|
@ -111,7 +111,7 @@
|
|||
(surflet-handler/admin surflet-handler/admin-interface))
|
||||
(open httpd-responses
|
||||
httpd-requests
|
||||
httpd-error
|
||||
httpd-errors
|
||||
uri ;URI-PATH-LIST->PATH
|
||||
tables ;HASH-TABLES
|
||||
define-record-types ;DEFINE-RECORD-TYPE
|
||||
|
|
|
@ -246,7 +246,7 @@
|
|||
access-controller
|
||||
access-controlled-handler))
|
||||
|
||||
(define-interface httpd-error-interface
|
||||
(define-interface httpd-errors-interface
|
||||
(export http-error?
|
||||
http-error
|
||||
fatal-syntax-error?
|
||||
|
@ -407,7 +407,7 @@
|
|||
receiving
|
||||
(subset srfi-13 (string-index))
|
||||
uri
|
||||
httpd-error)
|
||||
httpd-errors)
|
||||
(files (lib url)))
|
||||
|
||||
(define-structure ftp-library ftp-library-interface
|
||||
|
@ -575,7 +575,7 @@
|
|||
|
||||
handle-fatal-error
|
||||
httpd-read-options
|
||||
httpd-error
|
||||
httpd-errors
|
||||
httpd-logging
|
||||
httpd-requests
|
||||
httpd-responses
|
||||
|
@ -600,12 +600,12 @@
|
|||
(subset srfi-1 (any every))
|
||||
httpd-responses
|
||||
httpd-requests
|
||||
httpd-error
|
||||
httpd-errors
|
||||
(subset srfi-13 (string-map))
|
||||
)
|
||||
(files (httpd access-control)))
|
||||
|
||||
(define-structure httpd-error httpd-error-interface
|
||||
(define-structure httpd-errors httpd-errors-interface
|
||||
(open conditions signals handle scheme)
|
||||
(files (httpd error)))
|
||||
|
||||
|
@ -656,7 +656,7 @@
|
|||
(subset srfi-1 (fold-right))
|
||||
(subset srfi-13 (string-trim))
|
||||
httpd-responses
|
||||
httpd-error
|
||||
httpd-errors
|
||||
)
|
||||
(files (httpd handlers)))
|
||||
|
||||
|
@ -665,7 +665,7 @@
|
|||
httpd-core
|
||||
httpd-requests
|
||||
httpd-responses
|
||||
httpd-error
|
||||
httpd-errors
|
||||
httpd-basic-handlers
|
||||
httpd-read-options
|
||||
url
|
||||
|
@ -680,7 +680,7 @@
|
|||
|
||||
(define-structure httpd-seval-handlers httpd-seval-handlers-interface
|
||||
(open scheme-with-scsh ; syscalls & INDEX
|
||||
httpd-error
|
||||
httpd-errors
|
||||
httpd-requests ; v0.9-request
|
||||
httpd-responses
|
||||
httpd-logging ; http-log
|
||||
|
@ -704,7 +704,7 @@
|
|||
htmlout
|
||||
httpd-requests
|
||||
httpd-responses
|
||||
httpd-error
|
||||
httpd-errors
|
||||
url
|
||||
uri
|
||||
handle-fatal-error)
|
||||
|
@ -714,7 +714,7 @@
|
|||
(open scheme-with-scsh
|
||||
httpd-responses
|
||||
httpd-requests
|
||||
httpd-error
|
||||
httpd-errors
|
||||
conditions
|
||||
url
|
||||
uri
|
||||
|
@ -739,7 +739,7 @@
|
|||
httpd-requests
|
||||
httpd-responses
|
||||
httpd-basic-handlers ; HTTP-HOMEDIR, SERVE-ROOTED-FILE-PATH
|
||||
httpd-error ; HTTP-ERROR
|
||||
httpd-errors ; HTTP-ERROR
|
||||
httpd-file-directory-handlers ; dot-dot-check, copy-inport->outport
|
||||
sunet-version
|
||||
formats
|
||||
|
|
Loading…
Reference in New Issue