diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
HttpPost
diamond
http
method
Alias to be able to type "HttpPost" instead of "HttpMethod.POST"
static if
(
isWeb
)
enum
HttpPost
=
HttpMethod.POST
;
Meta
Source
See Source File
diamond
http
method
manifest constants
HttpDelete
HttpGet
HttpPost
HttpPut
Alias to be able to type "HttpPost" instead of "HttpMethod.POST"