module RoadForest::SSL::ClientCert

Public Instance Methods

client_cert() click to toggle source
# File lib/roadforest/server.rb, line 42
def client_cert
  wreq = @body.instance_variable_get("@request")
  wreq.client_cert
end