Permalink
Browse files
Updated SPEC with SSL client certificate request key
- Loading branch information...
Showing
with
5 additions
and
1 deletion.
-
+5
−1
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