HttpPut

Alias to be able to type "HttpPut" instead of "HttpMethod.PUT"

static if(isWeb)
enum HttpPut = HttpMethod.PUT;

Meta