We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fc4f71 + 01cb8f4 commit 8db6966Copy full SHA for 8db6966
payload.go
@@ -35,6 +35,7 @@ type Payload interface {
35
var (
36
MethodGet = NewRequestEx(http.MethodGet, ContentTypeAny)
37
MethodDelete = NewRequestEx(http.MethodDelete, ContentTypeAny)
38
+ MethodPut = NewRequestEx(http.MethodPut, ContentTypeAny)
39
)
40
41
///////////////////////////////////////////////////////////////////////////////
0 commit comments