HttpDelete

Alias to be able to type "HttpDelete" instead of "HttpMethod.DELETE"

static if(isWeb)
enum HttpDelete = HttpMethod.DELETE;

Meta