HttpPost

Alias to be able to type "HttpPost" instead of "HttpMethod.POST"

static if(isWeb)
enum HttpPost = HttpMethod.POST;

Meta