-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
I'm looking at building a pure-API service with webmachine. I'd like to be able to do SSL and authenticate with client certs, but I realize that accessing the cert itself means digging into the LazyRequestBody with instance_var_get.
I'd like to add a field on Webmachine::Request, but it'd mean adding a little code to each adapter, as far as I can tell.