HttpGet

Alias to be able to type "HttpGet" instead of "HttpMethod.GET"

static if(isWeb)
enum HttpGet = HttpMethod.GET;

Meta