HttpVerbExtensions class
Extension methods for the HttpVerb
enum.
public static class HttpVerbExtensions
Public Members
name | description |
---|---|
static FromMethodString(…) | Convert a HTTP method string to its corresponding HttpVerb enum value. |
static ToMethodString(…) | Convert the verb enum to its uppercase HTTP method string. |
static TryFromMethodString(…) | Try to convert a HTTP method string to its corresponding HttpVerb enum value. |
See Also
- namespace Kestrun.Utilities