Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Forward client certificates. #65

Merged
merged 1 commit into from
Jan 13, 2016
Merged

Forward client certificates. #65

merged 1 commit into from
Jan 13, 2016

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher self-assigned this Jan 13, 2016
@Tratcher Tratcher added this to the 1.0.0-rc2 milestone Jan 13, 2016
var vars = Environment.GetEnvironmentVariables();
foreach (var key in vars.Keys)
{
var value = vars[key];
await context.Response.WriteAsync(key + ": " + value + Environment.NewLine);
}

// throw new Exception("Test Exception");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove?

@pakrym
Copy link
Contributor

pakrym commented Jan 13, 2016

💬 ➡️ 🚢 🇮🇹

@Tratcher Tratcher merged commit cc1cb1d into dev Jan 13, 2016
@Tratcher Tratcher deleted the tratcher/cert branch January 13, 2016 23:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants