From 18dd5aface1c3f21a3c2c1d5e35a59279212a4f2 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 17 Aug 2024 08:46:04 -0700 Subject: Add check-request-compliance method and get-header function --- src/endpoint.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/endpoint.lisp') diff --git a/src/endpoint.lisp b/src/endpoint.lisp index 5c2a386..00f681f 100644 --- a/src/endpoint.lisp +++ b/src/endpoint.lisp @@ -386,6 +386,7 @@ the ;." (content-type (content-type class))) (lambda () + (check-request-compliance class) (setf (http:content-type*) content-type) (handle (instantiate-endpoint class init-slots))))) -- cgit v1.2.3