diamond v2.7.0 (2018-03-07T22:17:16Z)
Dub
Repo
HttpPut
diamond
http
method
Alias to be able to type "HttpPut" instead of "HttpMethod.PUT"
static if
(
isWeb
)
enum
HttpPut
=
HttpMethod.PUT
;
Meta
Source
See Source File
diamond
http
method
manifest constants
HttpDelete
HttpGet
HttpPost
HttpPut
Alias to be able to type "HttpPut" instead of "HttpMethod.PUT"