Class KevlarHttpKeys

Namespace
Kevlar.Extensions.Http
Assembly
Kevlar.Extensions.Http.dll

Well-known execution-property keys published by the Kevlar HTTP integration.

public static class KevlarHttpKeys
Inheritance
KevlarHttpKeys
Inherited Members

Properties

RequestMethod

The HTTP request method.

public static KevlarKey<string> RequestMethod { get; }

Property Value

KevlarKey<string>

RequestUri

The HTTP request URI without its query string or fragment.

public static KevlarKey<string> RequestUri { get; }

Property Value

KevlarKey<string>