From 890ffee2e9d57a55a35804745fd1fee9205dc29c Mon Sep 17 00:00:00 2001 From: James Reeves Date: Thu, 23 Feb 2012 22:07:03 +0000 Subject: [PATCH] Updated SPEC with SSL client certificate request key --- SPEC | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPEC b/SPEC index 3dd38ee..db0548a 100644 --- a/SPEC +++ b/SPEC @@ -1,4 +1,4 @@ -=== Ring Spec (1.0) +=== Ring Spec (1.1) Ring is defined in terms of handlers, middleware, adapters, requests maps, and response maps, each of which are described below. @@ -76,6 +76,10 @@ corresponding values: (Optional, String) The name of the character encoding used in the request body, if known. +:ssl-client-cert + (Optional, X509Certificate) + The SSL client certificate, if supplied. + :headers (Required, IPersistentMap) A Clojure map of downcased header name Strings to corresponding header value