Class KevlarHttpKeys
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
RequestUri
The HTTP request URI without its query string or fragment.
public static KevlarKey<string> RequestUri { get; }