Permalink
Browse files

Updated SPEC with SSL client certificate request key

  • Loading branch information...
1 parent 35db0a3 commit 890ffee2e9d57a55a35804745fd1fee9205dc29c @weavejester weavejester committed Feb 23, 2012
Showing with 5 additions and 1 deletion.
  1. +5 −1 SPEC
View
6 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 Ring is defined in terms of handlers, middleware, adapters, requests maps, and
response maps, each of which are described below. response maps, each of which are described below.
@@ -76,6 +76,10 @@ corresponding values:
(Optional, String) (Optional, String)
The name of the character encoding used in the request body, if known. 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 :headers
(Required, IPersistentMap) (Required, IPersistentMap)
A Clojure map of downcased header name Strings to corresponding header value A Clojure map of downcased header name Strings to corresponding header value

0 comments on commit 890ffee

Please sign in to comment.